Remove the old nixpkgs-unstable input
This is not needed as I'm now using unstable by default.
This commit is contained in:
parent
5ba4add9a3
commit
2ed0cfbb20
6 changed files with 2 additions and 30 deletions
nix/modules/home-manager
|
@ -146,7 +146,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
home.packages = with pkgs.unstable; [ git-instafix ];
|
||||
home.packages = [ pkgs.git-instafix ];
|
||||
|
||||
home.sessionVariables = {
|
||||
GIT_INSTAFIX_UPSTREAM = "origin/main";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue