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