Files
lix/tests/functional2/lang/builtins.fetchtree/in-negative.nix
T
piegames 6da3519297 tests/functional2/lang: Move some tests around
Change-Id: I7d87c6c210015b33091876e6656f7c0116bc12ea
2025-11-24 16:31:29 +01:00

6 lines
88 B
Nix

builtins.fetchTree {
type = "file";
url = "file://in-negative.nix";
owner = -1;
}