Switch to NixOS 21.11 release

This commit is contained in:
Artemis Tosini 2021-11-29 04:20:42 +00:00
parent 8a04f1f1a7
commit 3383c0fe8c
Signed by: artemist
GPG key ID: ADFFE553DCBB831E
2 changed files with 10 additions and 9 deletions

View file

@ -7,31 +7,32 @@
]
},
"locked": {
"lastModified": 1637362702,
"narHash": "sha256-WFGEXrh2wWHi5DLdUX1qM5T3P5TgmVE6AyM+bVuOaNs=",
"lastModified": 1637917557,
"narHash": "sha256-3u5bLyGn5NUG3RJA7/v1Bqa/QCFGqp/01Bh/4REf9m4=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "8230decb3f0cb3408607accc93e5d0951ebf3963",
"rev": "4daff26495ca9ac67476cba8cf15c3e36d91ab18",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "release-21.11",
"repo": "home-manager",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1637595801,
"narHash": "sha256-LkIMwVFKCuEqidaUdg8uxwpESAXjsPo4oCz3eJ7RaRw=",
"lastModified": 1638153292,
"narHash": "sha256-YFJnPwt+tia3qHh0RCZRfVEkaEaPxCFCzWzUjIqfk6Q=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "263ef4cc4146c9fab808085487438c625d4426a9",
"rev": "5e2f144e738f34893e772c02dc0b13d86386262f",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"ref": "release-21.11",
"repo": "nixpkgs",
"type": "github"
}

View file

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