about summary refs log tree commit diff
path: root/tests/gc-runtime.nix.in
blob: aefffa276623ddf93113d5eb5cb2bc4039c7ed50 (plain) (blame)
1
2
3
4
5
6
7
derivation {
  name = "gc-runtime";
  system = "@system@";
  builder = "@shell@";
  args = ["-e" "-x" ./gc-runtime.builder.sh];
  PATH = "@testPath@";
}