diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-01-25 13:00:12 +0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-01-25 13:00:12 +0000 |
commit | c6290e42bc8890e2036013773a98e3551352c91a (patch) | |
tree | 898c4017359d92cd942be6890d298e0574dee1c1 /tests/substituter2.nix.in | |
parent | 581fc477838e9cf9e5d9657920ef63ea836050ee (diff) |
* Fix the `--fallback' switch.
* Fix the substitutes tests.
Diffstat (limited to 'tests/substituter2.nix.in')
-rw-r--r-- | tests/substituter2.nix.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/substituter2.nix.in b/tests/substituter2.nix.in deleted file mode 100644 index 34065b00a..000000000 --- a/tests/substituter2.nix.in +++ /dev/null @@ -1,6 +0,0 @@ -derivation { - name = "substituter-2"; - system = "@system@"; - builder = "@shell@"; - args = ["-e" "-x" ./substituter2.builder.sh]; -}
\ No newline at end of file |