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