1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-09 03:56:01 +01:00

Merge pull request #12498 from NixOS/fix-cli-fine-version

Restore detailed Nix CLI version
This commit is contained in:
John Ericson 2025-02-18 11:34:07 -05:00 committed by GitHub
commit da5109835b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
28 changed files with 34 additions and 181 deletions

View file

@ -46,14 +46,6 @@ mkMesonExecutable (finalAttrs: {
gtest
];
preConfigure =
# "Inline" .version so it's not a symlink, and includes the suffix.
# Do the meson utils, without modification.
''
chmod u+w ./.version
echo ${version} > ../../.version
'';
mesonFlags = [
];