feat(base): add nixos-test command

dev-docs
Moritz Böhme 2023-09-10 13:35:01 +02:00
parent ce2bddc541
commit cc72c96512
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 1 additions and 0 deletions

View File

@ -149,6 +149,7 @@ in
# nix # nix
(nom-system-command "nixos-boot" "sudo nixos-rebuild boot --flake ~/.dotfiles") (nom-system-command "nixos-boot" "sudo nixos-rebuild boot --flake ~/.dotfiles")
(nom-system-command "nixos-switch" "sudo nixos-rebuild switch --flake ~/.dotfiles") (nom-system-command "nixos-switch" "sudo nixos-rebuild switch --flake ~/.dotfiles")
(nom-system-command "nixos-test" "sudo nixos-rebuild test --flake ~/.dotfiles")
manix manix
nix-index nix-index
nix-output-monitor nix-output-monitor