1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-30 15:48:00 +02:00

Remove unnecessary ./.version-determinate symlink

This commit is contained in:
Eelco Dolstra 2025-02-21 19:19:02 +01:00
parent a1d27ff6d2
commit 247ec94041
3 changed files with 1 additions and 3 deletions

View file

@ -1 +0,0 @@
../../.version-determinate

View file

@ -22,7 +22,7 @@ configdata = configuration_data()
# TODO rename, because it will conflict with downstream projects # TODO rename, because it will conflict with downstream projects
configdata.set_quoted('PACKAGE_VERSION', meson.project_version()) configdata.set_quoted('PACKAGE_VERSION', meson.project_version())
configdata.set_quoted('DETERMINATE_NIX_VERSION', fs.read('.version-determinate').strip()) configdata.set_quoted('DETERMINATE_NIX_VERSION', fs.read('../../.version-determinate').strip())
configdata.set_quoted('SYSTEM', host_machine.cpu_family() + '-' + host_machine.system()) configdata.set_quoted('SYSTEM', host_machine.cpu_family() + '-' + host_machine.system())

View file

@ -39,7 +39,6 @@ mkMesonLibrary (finalAttrs: {
../../.version ../../.version
./.version ./.version
../../.version-determinate ../../.version-determinate
./.version-determinate
./meson.build ./meson.build
./meson.options ./meson.options
./linux/meson.build ./linux/meson.build