about summary refs log blame commit diff
path: root/tests/simple.nix.in
blob: b49a8ca58e98f1eca60d41c57aa7afb3cbec5d8a (plain) (tree)
1
2
3
4
5
6
7




                                         

                          
derivation {
  name = "simple";
  system = "@system@";
  builder = "@shell@";
  args = ["-e" "-x" ./simple.builder.sh];
  goodPath = "@testPath@";
}