bump nixpkgs - r299942.09c38c29f2c
This commit is contained in:
parent
80bc8db0a9
commit
450fd2f355
2 changed files with 4 additions and 4 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
)
|
||||
) ++ [(self: super: customPackages super)];
|
||||
|
||||
revCount = "297098";
|
||||
revCount = "299942";
|
||||
base = { config, ... }: {
|
||||
system = {
|
||||
configurationRevision = nixpkgs.lib.mkIf (self ? rev) self.rev;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue