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

10
flake.lock generated
View file

@ -63,15 +63,15 @@
"inputs": { "inputs": {
"flake-utils": "flake-utils", "flake-utils": "flake-utils",
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs-unstable"
] ]
}, },
"locked": { "locked": {
"lastModified": 1678817767, "lastModified": 1680257010,
"narHash": "sha256-P+Al3yNlM53oL+kxtU853arGO8YsfZPXjXqB1exaPKo=", "narHash": "sha256-pNMB9sdoZOXEsszLD5TS0WG5Ysj2rVRmf92uxsxH/9A=",
"owner": "nix-community", "owner": "nix-community",
"repo": "emacs-overlay", "repo": "emacs-overlay",
"rev": "7ba9b9e2392d33071f06dcff9845b42f3096f7c3", "rev": "cfec7f9501cc0e001f49d725a7cd733af7deb2ed",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -98,7 +98,7 @@
"home-manager": { "home-manager": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs-unstable"
], ],
"utils": "utils" "utils": "utils"
}, },

View file

@ -5,7 +5,7 @@
home-manager = { home-manager = {
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs-unstable";
}; };
# simple mailserver # simple mailserver
@ -21,7 +21,7 @@
emacs = { emacs = {
url = "github:nix-community/emacs-overlay"; url = "github:nix-community/emacs-overlay";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs-unstable";
}; };
# simplex-chat = { # simplex-chat = {