nixos: quiet warn-dirty and scope nixified-ai import

This commit is contained in:
2026-02-13 00:02:13 -08:00
parent 25a07dd7b2
commit 93ddab4e9e
3 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
switch *args:
sudo nixos-rebuild switch --flake '.#' --impure {{args}}
sudo nixos-rebuild switch --flake '.#' --impure --option warn-dirty false {{args}}
remote-switch host *args:
nixos-rebuild switch --flake '.#{{host}}' --target-host {{host}}.local --sudo --impure {{args}}
nixos-rebuild switch --flake '.#{{host}}' --target-host {{host}}.local --sudo --impure --option warn-dirty false {{args}}
fix-local-path-issue:
nix flake update imalison-taffybar