diff --git a/rebuild-nix-system.sh b/rebuild-nix-system.sh index d9d466e..d613d79 100755 --- a/rebuild-nix-system.sh +++ b/rebuild-nix-system.sh @@ -56,7 +56,7 @@ git diff -U0 '*.nix' echo "NixOS Rebuilding configuration for host: $NIXOS_HOST..." # First, run a check to see if the flake is valid -nix flake check 2>&1 | grep -i --color error && exit 1 +# nix flake check 2>&1 | grep -i --color error && exit 1 # This just takes too long # Rebuild the system mkdir -p logs