From cc72c96512ba6decb4bf0202c005ce02173fbbd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Sun, 10 Sep 2023 13:35:01 +0200 Subject: [PATCH] feat(base): add nixos-test command --- modules/profiles/base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/profiles/base.nix b/modules/profiles/base.nix index 830069d..459a65d 100644 --- a/modules/profiles/base.nix +++ b/modules/profiles/base.nix @@ -149,6 +149,7 @@ in # nix (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-test" "sudo nixos-rebuild test --flake ~/.dotfiles") manix nix-index nix-output-monitor