From 4c6ab670092754612c19824111c5e78eaed414f3 Mon Sep 17 00:00:00 2001 From: Matei Adriel Date: Sat, 27 Nov 2021 20:54:35 +0200 Subject: [PATCH] fix:changed version to 21.11 --- flake.lock | 8 ++++---- flake.nix | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.lock b/flake.lock index d7da776..72512ea 100644 --- a/flake.lock +++ b/flake.lock @@ -70,16 +70,16 @@ }, "nixpkgs": { "locked": { - "lastModified": 1637497871, - "narHash": "sha256-UXjWFjZSQW56Ax2fKspG0aezeRmV7j4WAbkbnZpIFtk=", + "lastModified": 1638038847, + "narHash": "sha256-7OrJP3haqposNbn3d8Ut3TaQaYXJaJ231+X2GH6xoh0=", "owner": "nixos", "repo": "nixpkgs", - "rev": "d5c4e868ce3783a95bc1dd898777f09af7ff69ee", + "rev": "4ccbed8c9cc199feef9c0e9bbdaa3faf8f7e5b43", "type": "github" }, "original": { "owner": "nixos", - "ref": "release-21.05", + "ref": "release-21.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 09f8e79..6a2265b 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "NixOS configuration"; inputs = { - nixpkgs.url = "github:nixos/nixpkgs/release-21.05"; + nixpkgs.url = "github:nixos/nixpkgs/release-21.11"; nixos-unstable.url = "github:nixos/nixpkgs/nixos-unstable"; home-manager.url = "github:nix-community/home-manager";