From 3cfa86c8b8345798f526d80326818ee6c01ebaa3 Mon Sep 17 00:00:00 2001 From: TheWanderingCrow Date: Thu, 13 Mar 2025 15:42:43 -0400 Subject: [PATCH] quick command for setting nixpkgs upstream --- modules/software/usershell.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/software/usershell.nix b/modules/software/usershell.nix index d71ea4b..026a00f 100644 --- a/modules/software/usershell.nix +++ b/modules/software/usershell.nix @@ -16,6 +16,7 @@ }; shellAliases = { lah = "ls -lah"; + set-nixpkgs-upstream = "git remote add upstream https://github.com/NixOS/nixpkgs.git"; }; };