forked from lix-project/lix
Fix test
This commit is contained in:
parent
becc2b0167
commit
ceed819284
|
@ -1 +1 @@
|
|||
"abcca"
|
||||
"abccX"
|
||||
|
|
|
@ -8,4 +8,4 @@ assert length (filter (x: x.prefix == "nix") nixPath) == 1;
|
|||
assert length (filter (x: baseNameOf x.path == "dir4") nixPath) == 1;
|
||||
|
||||
import <a.nix> + import <b.nix> + import <c.nix> + import <dir5/c.nix>
|
||||
+ (let nixPath = [ { path = ./dir1; } { path = ./dir2; } ]; in import <a.nix>)
|
||||
+ (let nixPath = [ { path = ./dir2; } { path = ./dir1; } ]; in import <a.nix>)
|
||||
|
|
Loading…
Reference in a new issue