mirror of
https://github.com/NixOS/nix
synced 2025-07-07 14:21:48 +02:00
Update flake.lock
This commit is contained in:
parent
0a4e911cf4
commit
fa467de090
2 changed files with 22 additions and 11 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue