Change nixos-rebuild shell alias

This commit is contained in:
Evie Litherland-Smith 2023-06-26 15:09:49 +01:00
parent bd5039992c
commit 1444a5c560

View file

@ -25,7 +25,7 @@
localBinInPath = true;
shellAliases = {
ll = "ls -l";
update = "sudo nixos-rebuild switch --flake 'git+https://git.xenia.me.uk/xenia/nixos.git?ref=main'";
nixos-update = "sudo nixos-rebuild switch --flake 'git+https://git.xenia.me.uk/xenia/nixos.git?ref=main'";
};
};