about summary refs log tree commit diff
path: root/tests/gc-runtime.nix.in
blob: e54fcf2d15ad47cb407ddeb8098a2d1ab4a41525 (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 = "@coreutils@";
}