mirror of
https://github.com/NixOS/nix
synced 2025-07-18 02:58:27 +02:00
tests/functional/flakes: Add test case for subflake locking
This adds a test case where the lockfile of a relative path flake dependency is updated. It was reported by a user here: https://discourse.nixos.org/t/updating-local-subflakes-inputs-when-building-root-flake/61682 I think this test case relates to issue #7730. Because the issue is not resolved, this test case would fail without the `|| true` clause.
This commit is contained in:
parent
c97f779dbb
commit
1bc82d1c86
2 changed files with 74 additions and 0 deletions
|
@ -28,6 +28,7 @@ suites += {
|
|||
'commit-lock-file-summary.sh',
|
||||
'non-flake-inputs.sh',
|
||||
'relative-paths.sh',
|
||||
'relative-paths-lockfile.sh',
|
||||
'symlink-paths.sh',
|
||||
'debugger.sh'
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue