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