From 3383c0fe8c19ec0d5c87818fac58e82594a77e1f Mon Sep 17 00:00:00 2001 From: Artemis Tosini Date: Mon, 29 Nov 2021 04:20:42 +0000 Subject: [PATCH] Switch to NixOS 21.11 release --- flake.lock | 15 ++++++++------- flake.nix | 4 ++-- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index 618cd2a..2dec3c2 100644 --- a/flake.lock +++ b/flake.lock @@ -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" } diff --git a/flake.nix b/flake.nix index 4d7b6e2..707bbdb 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; };