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

Fix flakes follow symlinks

Co-authored-by: Jan Christoph Bischko <jbischko@barracuda.com>
This commit is contained in:
Steve Walker 2025-01-17 22:17:39 +08:00 committed by Jörg Thalheim
parent 43a170a554
commit 453e8dc067
3 changed files with 77 additions and 1 deletions

View file

@ -28,6 +28,7 @@ suites += {
'commit-lock-file-summary.sh',
'non-flake-inputs.sh',
'relative-paths.sh',
'symlink-paths.sh'
],
'workdir': meson.current_source_dir(),
}