diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-08-06 10:38:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-06 10:38:00 +0200 |
| commit | 212b422ffd191d8343d98302afd0b5d231156661 (patch) | |
| tree | 6223d995fd17214a04e10a586f7468dd2caac084 /nixos/hosts/bin/bin.nix | |
| parent | 94a35742606bd7956d181fbffdd2ec4f53e498cf (diff) | |
Update bin.nix
Diffstat (limited to 'nixos/hosts/bin/bin.nix')
| -rw-r--r-- | nixos/hosts/bin/bin.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/hosts/bin/bin.nix b/nixos/hosts/bin/bin.nix index 55336e7..1c4ade0 100644 --- a/nixos/hosts/bin/bin.nix +++ b/nixos/hosts/bin/bin.nix @@ -18,7 +18,7 @@ enable = true; shellAbbrs = { rebuild = "sudo nixos-rebuild switch --flake /etc/nixos/#bin"; - update = "nix flake update --flake /etc/nixos/ && sudo nixos-rebuild switch --flake /etc/nixos/#bin"; + update = "sudo nix flake update --flake /etc/nixos/ && sudo nixos-rebuild switch --flake /etc/nixos/#bin"; }; functions = { fish_greeting = { body = ""; }; |
