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





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