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