From 84a5f911701556d78bf3501b56287279dcd525df Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Tue, 21 Dec 2021 22:01:30 +0100 Subject: Update 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 56fece5..81747a4 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1636138231, - "narHash": "sha256-FZQ5wBcB9zI21uQMB/PaEQ/cLYk+Bwnig5cg1+2rPgg=", + "lastModified": 1640077788, + "narHash": "sha256-YMSDk3hlucJTTARaHNOeQEF6zEW3A/x4sXgrz94VbS0=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "5c02380de3951d0237807c16eb19873cb3c5f75d", + "rev": "9ab7d12287ced0e1b4c03b61c781901f178d9d77", "type": "github" }, "original": { "owner": "NixOS", - "ref": "nixos-21.05", + "ref": "nixos-21.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 37a54de..dbe6b1b 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "System environment of Adrian Kummerlaender"; inputs = { - nixpkgs.url = github:NixOS/nixpkgs/nixos-21.05; + nixpkgs.url = github:NixOS/nixpkgs/nixos-21.11; pkgs-personal.url = github:KnairdA/pkgs/master; }; -- cgit v1.2.3