1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-09 07:53:55 +02:00

turn assertion if hash of sub flake mismatches into proper error

This commit is contained in:
Jörg Thalheim 2025-06-13 22:01:26 +02:00
parent 371fcf91c3
commit 10cbf65198
3 changed files with 66 additions and 1 deletions

View file

@ -34,6 +34,7 @@ suites += {
'source-paths.sh',
'old-lockfiles.sh',
'trace-ifd.sh',
'nar-hash-mismatch.sh',
],
'workdir': meson.current_source_dir(),
}