diff options
| author | caley <u65487754@gmail.com> | 2026-06-20 18:59:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-20 18:59:58 +0200 |
| commit | c7f9e88705e5a67e6ce917d876e22d72ece3ab1d (patch) | |
| tree | 83d98d172784c082f49787d7b8d17cb84dce02c4 /nixos/hosts/bin/bin.nix | |
| parent | 95a9b7e12ac2e1f2b3d9015b8c28ddbeab7eaf7f (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 2886871..89b8ee1 100644 --- a/nixos/hosts/bin/bin.nix +++ b/nixos/hosts/bin/bin.nix @@ -16,7 +16,7 @@ programs.fish = { enable = true; shellAbbrs = { - rebuild = "sudo nixos-rebuild switch --flake /etc/nixos/#$hostname"; + rebuild = "sudo nixos-rebuild switch --flake /etc/nixos/#bin"; update = "nix flake update --flake /etc/nixos/ && sudo nixos-rebuild switch --flake /etc/nixos/#$hostname"; }; functions = { |
