flake: Let home-manager follow unstable

This commit is contained in:
Alexander Kobjolke 2023-03-31 19:10:25 +02:00
parent e5e845e20f
commit e50f72be6a
2 changed files with 7 additions and 7 deletions

View file

@ -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 = {