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

This commit is contained in:
2026-02-13 00:02:13 -08:00
committed by Kat Huang
parent 298ff71042
commit afd93588a5
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