remove lnup

This commit is contained in:
TheWanderingCrow 2025-09-28 21:19:27 -04:00
parent 2e3e1ec3b2
commit 829e9b5265

View file

@ -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
};
};
}