flake: Let home-manager follow unstable
This commit is contained in:
parent
e5e845e20f
commit
e50f72be6a
2 changed files with 7 additions and 7 deletions
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
|
||||
# simple mailserver
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
emacs = {
|
||||
url = "github:nix-community/emacs-overlay";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
|
||||
# simplex-chat = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue