From bd6f0ab825ec789a69657b5b83985273458cd8f3 Mon Sep 17 00:00:00 2001 From: beatzaplenty Date: Wed, 16 Jul 2025 20:06:55 +1000 Subject: [PATCH] modified: common/home.nix --- common/home.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/home.nix b/common/home.nix index 32d174f..96fdf7f 100644 --- a/common/home.nix +++ b/common/home.nix @@ -8,7 +8,7 @@ let --flake git+https://gitea.lan.ddnsgeek.com/beatzaplenty/nixos.git#$(hostname) ''; myTestCmd = '' - sudo nixos-rebuild switch \ + sudo nixos-rebuild test \ --no-write-lock-file \ --refresh \ --flake git+https://gitea.lan.ddnsgeek.com/beatzaplenty/nixos.git#$(hostname) @@ -24,7 +24,7 @@ programs.bash = { enable = true; shellAliases = { "Switch-nix" = mySwitchCmd; - "Test-nix" = mySwitchCmd; + "Test-nix" = myTestCmd; }; initExtra = '' # ensure loading of aliases/session variables