Rename nixpkgs-2411 to nixpkgs-stable

This commit is contained in:
Oliver Davies 2025-04-23 17:19:16 +01:00
parent 5d6ab42c9a
commit 5f7d0d4deb
4 changed files with 20 additions and 21 deletions

View file

@ -168,7 +168,7 @@ in
};
home = {
packages = with pkgs; [ nixpkgs-2411.git-instafix ];
packages = with pkgs; [ stable.git-instafix ];
sessionVariables = {
GIT_INSTAFIX_UPSTREAM = "origin/main";