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:
parent
dcded7da47
commit
7adaa6d446
5 changed files with 64 additions and 5 deletions
7
tests/gc-runtime.nix.in
Normal file
7
tests/gc-runtime.nix.in
Normal file
|
@ -0,0 +1,7 @@
|
|||
derivation {
|
||||
name = "gc-runtime";
|
||||
system = "@system@";
|
||||
builder = "@shell@";
|
||||
args = ["-e" "-x" ./gc-runtime.builder.sh];
|
||||
PATH = "@coreutils@";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue