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