fix typo in script

This commit is contained in:
chaos 2024-04-11 14:06:23 +01:00
parent d53c870453
commit 87f4acbbd7
No known key found for this signature in database

View file

@ -19,5 +19,5 @@ fi
sudo cpupower frequency-set -g performance 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" "$@" nixos-rebuild --fast --flake "${REPO_ROOT}#$(hostname)" "$MODE" "$@"