From e50a9386c8e4dec18bf880789711c6f5abe06de0 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Thu, 10 Aug 2023 18:50:04 -0700 Subject: [PATCH] updated custom.nix script --- file_fixes_and_new_services/add-custom-nix.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/file_fixes_and_new_services/add-custom-nix.sh b/file_fixes_and_new_services/add-custom-nix.sh index 92cf960..337e659 100644 --- a/file_fixes_and_new_services/add-custom-nix.sh +++ b/file_fixes_and_new_services/add-custom-nix.sh @@ -37,13 +37,11 @@ FILE=/var/lib/beacons/file_fixes_and_new_services/add-custom-nix/completed touch /etc/nixos/custom.nix /run/current-system/sw/bin/cat > /etc/nixos/custom.nix <<- "EOF" -/* + {config, pkgs, lib, ...}: - # Add custom NixOS modules here. - let personalization = import ./personalization.nix; @@ -54,8 +52,6 @@ let } -*\ - EOF