From 1444a5c560305c78ddcf6c88bffc71af153cc8cb Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 26 Jun 2023 15:09:49 +0100 Subject: [PATCH] Change nixos-rebuild shell alias --- hosts/common.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common.nix b/hosts/common.nix index ff21735d..1a9b3815 100644 --- a/hosts/common.nix +++ b/hosts/common.nix @@ -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'"; }; };