nix-gh/tests/timeout.nix

7 lines
98 B
Nix
Raw Normal View History

with import ./config.nix;
mkDerivation {
name = "timeout";
builder = ./timeout.builder.sh;
}