This commit is contained in:
Tao Tien 2024-07-22 16:47:34 -07:00
parent acbe48b736
commit 725e927369
4 changed files with 14 additions and 5 deletions

View file

@ -49,7 +49,8 @@ def nr [package] {
}
def rebuild [subcommand] {
sudo nix store ping --store ssh://nocomputer
sudo nice -n19 nixos-rebuild $subcommand --flake /home/tao/projects/NOflake/ --impure --verbose
# sudo nix store ping --store ssh://nocomputer
sudo nice -n19 nixos-rebuild $subcommand --flake /home/tao/projects/NOflake/ --impure --verbose
}
# def post-rebuild [] {