Include '-nix' in the version string to distinguish Nix builds.

pull/1235/head
Jeffrey C. Ollie 2024-01-06 00:08:30 -06:00
parent 0200f79554
commit f09901f236
No known key found for this signature in database
GPG Key ID: 6F86035A6D97044E
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ in
dontConfigure = true;
zigBuildFlags = "-Dversion-string=${finalAttrs.version}-${revision}";
zigBuildFlags = "-Dversion-string=${finalAttrs.version}-${revision}-nix";
preBuild = ''
rm -rf $ZIG_GLOBAL_CACHE_DIR