diff --git a/hosts/common/core/shell.nix b/hosts/common/core/shell.nix index 73613e5..a8eb4d5 100644 --- a/hosts/common/core/shell.nix +++ b/hosts/common/core/shell.nix @@ -16,8 +16,6 @@ shellAliases = { lah = "ls -lah"; set-nixpkgs-upstream = "git remote add upstream https://github.com/NixOS/nixpkgs.git"; - nup = "sudo nixos-rebuild switch --flake github:TheWanderingCrow/CrOS"; - lnup = "sudo nixos-rebuild switch --flake ."; # Local test rebuilds }; }; }