1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 02:43:54 +02:00

Use Determinate version in store path name

This commit is contained in:
Eelco Dolstra 2025-02-24 21:26:31 +01:00
parent 25c6048fa6
commit 5fc89adf6c
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ let
pkg-config
;
baseVersion = lib.fileContents ../.version;
baseVersion = lib.fileContents ../.version-determinate;
versionSuffix = lib.optionalString (!officialRelease) "pre";