feat: moves to 21.11 for nixpkgs

This commit is contained in:
2022-03-23 23:01:16 -05:00
parent cc4c5b4ae3
commit 85170cc249
2 changed files with 8 additions and 6 deletions

12
flake.lock generated
View File

@@ -22,16 +22,18 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1647350163, "lastModified": 1648076312,
"narHash": "sha256-OcMI+PFEHTONthXuEQNddt16Ml7qGvanL3x8QOl2Aao=", "narHash": "sha256-fhaOerLjgqwfbcoY3lkXCvQd+36U50WVpwgTKSsYzKA=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "3eb07eeafb52bcbf02ce800f032f18d666a9498d", "rev": "2808809047136d5ca2f5db91560a0cdee17e519f",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "owner": "NixOS",
"type": "indirect" "ref": "release-21.11",
"repo": "nixpkgs",
"type": "github"
} }
}, },
"root": { "root": {

View File

@@ -2,7 +2,7 @@
description = "Configuration v1"; description = "Configuration v1";
inputs = { inputs = {
nixpkgs.url = "flake:nixpkgs"; nixpkgs.url = "github:NixOS/nixpkgs/release-21.11";
homeManager = { homeManager = {
url = "github:nix-community/home-manager"; url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";