alias for nixos-rebuild test will now put the result in /tmp

This commit is contained in:
mc-fucker 2022-03-21 00:21:38 +01:00
parent ea7c223797
commit 0bda450e21

View file

@ -22,7 +22,7 @@ with import <nixpkgs> {};
"s" = "systemctl";
"ip" = "ip -c";
"n" = "cd /etc/nixos";
"nt" = "nixos-rebuild test";
"nt" = "(cd /tmp && nixos-rebuild test)";
"ns" = "nixos-rebuild switch";
"nsu" = "nixos-rebuild switch --upgrade";
};