Revert "Remove nixpkgs-2411"

This reverts commit 631b1ffa66.
This commit is contained in:
Oliver Davies 2025-04-23 15:48:15 +01:00
parent 915ff5fbee
commit 9c5e258a9d
4 changed files with 23 additions and 1 deletions

View file

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