diff --git a/flake.lock b/flake.lock index 89477ae..9b3aaa2 100644 --- a/flake.lock +++ b/flake.lock @@ -22,11 +22,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1624271441, - "narHash": "sha256-26QNDCdRE5mPOWYJrPGpVzgrJ3ZxqvWOONfeMsjryz4=", + "lastModified": 1625281901, + "narHash": "sha256-DkZDtTIPzhXATqIps2ifNFpnI+PTcfMYdcrx/oFm00Q=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "7e567a3d092b7de69cdf5deaeb8d9526de230916", + "rev": "09c38c29f2c719cd76ca17a596c2fdac9e186ceb", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index a3f1c8a..f574ebf 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,7 @@ ) ) ++ [(self: super: customPackages super)]; - revCount = "297098"; + revCount = "299942"; base = { config, ... }: { system = { configurationRevision = nixpkgs.lib.mkIf (self ? rev) self.rev;