diff options
Diffstat (limited to 'tests/timeout.nix')
-rw-r--r-- | tests/timeout.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/timeout.nix b/tests/timeout.nix new file mode 100644 index 000000000000..dec258801e3f --- /dev/null +++ b/tests/timeout.nix @@ -0,0 +1,8 @@ +with import ./config.nix; + +mkDerivation { + name = "timeout"; + builder = ./timeout.builder.sh; + PATH = ""; + goodPath = path; +} |