Remove nixpkgs-2411

This commit is contained in:
Oliver Davies 2025-04-23 14:28:57 +01:00
parent 520f821f36
commit 631b1ffa66
4 changed files with 1 additions and 23 deletions

View file

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