From 26215eed7b8749b746a676bffe90dd1e2c20dd83 Mon Sep 17 00:00:00 2001 From: servostar Date: Thu, 21 Dec 2023 20:57:38 +0100 Subject: [PATCH] fixed missing folder copy for system --- nixos-build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos-build.sh b/nixos-build.sh index c601301..9b57ef1 100644 --- a/nixos-build.sh +++ b/nixos-build.sh @@ -13,6 +13,7 @@ case "$choice" in cp -rv *.nix /etc/nixos/ cp -rv games /etc/nixos/ cp -rv hardware /etc/nixos/ + cp -rv system /etc/nixos/ ;; n|N ) echo "aborting..."