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