From 829e9b52654067e5e4323cd24427f1c6797fb681 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Sun, 28 Sep 2025 21:19:27 -0400 Subject: [PATCH] remove lnup --- hosts/common/core/shell.nix | 2 -- 1 file changed, 2 deletions(-) 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 }; }; }