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




                                         

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