From e53fc2a8c27df33b031a8847d92390548a82dc7a Mon Sep 17 00:00:00 2001 From: Felix Schulze Date: Fri, 20 Jun 2025 15:46:27 +0200 Subject: [PATCH] wildfire: 258 current 2025-06-20 15:46:22 25.05.20250617.36ab78d 6.15.2 * remove flake check --- rebuild-nix-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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