Use proper NixOS 21.11 channel

This commit is contained in:
Artemis Tosini 2021-12-01 00:35:26 +00:00
parent 3383c0fe8c
commit 6c7a11aa80
Signed by: artemist
GPG key ID: ADFFE553DCBB831E
2 changed files with 8 additions and 8 deletions

View file

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1637917557,
"narHash": "sha256-3u5bLyGn5NUG3RJA7/v1Bqa/QCFGqp/01Bh/4REf9m4=",
"lastModified": 1638267006,
"narHash": "sha256-heZdDlD09rnoeEiZ4wKfbXNDkO5I9qVFvX9d790h/XE=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "4daff26495ca9ac67476cba8cf15c3e36d91ab18",
"rev": "3e93c4e8b2b479c712b7c20a428993b459118842",
"type": "github"
},
"original": {
@ -23,16 +23,16 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1638153292,
"narHash": "sha256-YFJnPwt+tia3qHh0RCZRfVEkaEaPxCFCzWzUjIqfk6Q=",
"lastModified": 1638279546,
"narHash": "sha256-1KCwN7twjp1dBdp0jPgVdYFztDkCR8+roo0B34J9oBY=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "5e2f144e738f34893e772c02dc0b13d86386262f",
"rev": "96b4157790fc96e70d6e6c115e3f34bba7be490f",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "release-21.11",
"ref": "nixos-21.11",
"repo": "nixpkgs",
"type": "github"
}

View file

@ -1,6 +1,6 @@
{
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/release-21.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-21.11";
home-manager = {
url = "github:nix-community/home-manager/release-21.11";