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

* Test for runtime root finding.

This commit is contained in:
Eelco Dolstra 2006-07-21 12:46:54 +00:00
parent dcded7da47
commit 7adaa6d446
5 changed files with 64 additions and 5 deletions

7
tests/gc-runtime.nix.in Normal file
View file

@ -0,0 +1,7 @@
derivation {
name = "gc-runtime";
system = "@system@";
builder = "@shell@";
args = ["-e" "-x" ./gc-runtime.builder.sh];
PATH = "@coreutils@";
}