devenv & fingies

This commit is contained in:
Tao Tien 2025-02-18 13:20:43 -08:00
parent 2b170dbae4
commit 14b14f7842
9 changed files with 174 additions and 105 deletions

View file

@ -76,9 +76,9 @@ def nr [package] {
}
if ($builders == "") {
sudo systemd-inhibit nice -n19 nixos-rebuild $subcommand --flake /home/tao/projects/NOflake/ --impure --verbose --builders ""
sudo systemd-inhibit nice -n19 nixos-rebuild $subcommand --flake . --impure --verbose --builders ""
} else {
sudo systemd-inhibit nice -n19 nixos-rebuild $subcommand --flake /home/tao/projects/NOflake/ --impure --verbose ...$rest
sudo systemd-inhibit nice -n19 nixos-rebuild $subcommand --flake . --impure --verbose ...$rest
}
toastify send rebuild done!
}