1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-10-18 00:16:11 -04:00

Make the subproject dir src again

We got rid of this in c7ec33605e because
of bug https://github.com/mesonbuild/meson/issues/13774, but in the
previous commit we renamed the manual source directory, which avoids it.
Now we can change it back.
This commit is contained in:
John Ericson 2024-10-10 12:05:26 -04:00
parent eb7d7780b1
commit 379ada42bc
2 changed files with 1 additions and 1 deletions

View file

@ -3,6 +3,7 @@
project('nix-dev-shell', 'cpp', project('nix-dev-shell', 'cpp',
version : files('.version'), version : files('.version'),
subproject_dir : 'src',
default_options : [ default_options : [
'localstatedir=/nix/var', 'localstatedir=/nix/var',
] ]

View file

@ -1 +0,0 @@
src