From 87f4acbbd7bd58800c708f9a54376055aa3bc05e Mon Sep 17 00:00:00 2001 From: chaos Date: Thu, 11 Apr 2024 14:06:23 +0100 Subject: [PATCH] fix typo in script --- scripts/rebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rebuild.sh b/scripts/rebuild.sh index 80e9311..202ddc1 100755 --- a/scripts/rebuild.sh +++ b/scripts/rebuild.sh @@ -19,5 +19,5 @@ fi sudo cpupower frequency-set -g performance -nix build -K --log-format internal-json -v "${REPO_ROOT}#nixosConfigurations.$(hostname).config.system.build.toplevel" "$@" 2>&1 | nom --json +nix build --keep-failed --log-format internal-json -v "${REPO_ROOT}#nixosConfigurations.$(hostname).config.system.build.toplevel" "$@" 2>&1 | nom --json nixos-rebuild --fast --flake "${REPO_ROOT}#$(hostname)" "$MODE" "$@"