Remove the old nixpkgs-unstable input

This is not needed as I'm now using unstable by default.
This commit is contained in:
Oliver Davies 2024-11-21 10:32:41 +00:00
parent 5ba4add9a3
commit 2ed0cfbb20
6 changed files with 2 additions and 30 deletions
nix/modules/home-manager

View file

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