Update flake.lock
This commit is contained in:
parent
0a4e911cf4
commit
fa467de090
2 changed files with 22 additions and 11 deletions
20
flake.lock
20
flake.lock
|
@ -1,11 +1,23 @@
|
|||
{
|
||||
"inputs": {
|
||||
"nixpkgs": {
|
||||
"info": {
|
||||
"lastModified": 1580555706,
|
||||
"narHash": "sha256-ly5Gxl9yZgW2w1F3aDU5bvg34Ct+juUaOg8vue+Mkbo="
|
||||
},
|
||||
"inputs": {},
|
||||
"narHash": "sha256-V4jz8Hbt+mZkXhH+3KmUQcRGETOFd8mVPhgQlS4Lu5E=",
|
||||
"originalUrl": "flake:nixpkgs/release-19.09",
|
||||
"url": "github:edolstra/nixpkgs/dd45a16733f4469a0dded6ad0bf9a662ea39bdea"
|
||||
"locked": {
|
||||
"owner": "edolstra",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "43e283790fbe330b723ac44b584824cf6d85c1ee",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"id": "nixpkgs",
|
||||
"ref": "release-19.09",
|
||||
"type": "indirect"
|
||||
}
|
||||
}
|
||||
},
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
||||
|
|
|
@ -213,8 +213,7 @@
|
|||
name = "nix-tarball";
|
||||
version = builtins.readFile ./.version;
|
||||
versionSuffix = if officialRelease then "" else
|
||||
"pre${builtins.substring 0 8 self.lastModified}" +
|
||||
(if self ? shortRev then "_${self.shortRev}" else "");
|
||||
"pre${builtins.substring 0 8 self.lastModified}_${self.shortRev or "dirty"}";
|
||||
src = self;
|
||||
inherit officialRelease;
|
||||
|
||||
|
|
Loading…
Reference in a new issue