Files
dotfiles/nixos/justfile

9 lines
255 B
Makefile
Raw Normal View History

2024-03-15 01:28:56 +00:00
switch *args:
sudo nixos-rebuild switch --flake '.#' --impure {{args}}
remote-switch host *args:
nixos-rebuild switch --flake '.#{{host}}' --target-host {{host}}.local --sudo --impure {{args}}
2024-03-15 01:28:56 +00:00
fix-local-path-issue:
2025-02-06 19:49:14 -07:00
nix flake update imalison-taffybar