quick command for setting nixpkgs upstream

This commit is contained in:
TheWanderingCrow 2025-03-13 15:42:43 -04:00
parent 41e07b0689
commit 3cfa86c8b8

View file

@ -16,6 +16,7 @@
};
shellAliases = {
lah = "ls -lah";
set-nixpkgs-upstream = "git remote add upstream https://github.com/NixOS/nixpkgs.git";
};
};