bump nixpkgs - r299942.09c38c29f2c

This commit is contained in:
LavaDesu 2021-07-04 14:15:19 +07:00
parent 80bc8db0a9
commit 450fd2f355
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 4 additions and 4 deletions

6
flake.lock generated
View file

@ -22,11 +22,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1624271441, "lastModified": 1625281901,
"narHash": "sha256-26QNDCdRE5mPOWYJrPGpVzgrJ3ZxqvWOONfeMsjryz4=", "narHash": "sha256-DkZDtTIPzhXATqIps2ifNFpnI+PTcfMYdcrx/oFm00Q=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "7e567a3d092b7de69cdf5deaeb8d9526de230916", "rev": "09c38c29f2c719cd76ca17a596c2fdac9e186ceb",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -29,7 +29,7 @@
) )
) ++ [(self: super: customPackages super)]; ) ++ [(self: super: customPackages super)];
revCount = "297098"; revCount = "299942";
base = { config, ... }: { base = { config, ... }: {
system = { system = {
configurationRevision = nixpkgs.lib.mkIf (self ? rev) self.rev; configurationRevision = nixpkgs.lib.mkIf (self ? rev) self.rev;