about summary refs log tree commit diff
path: root/tests/timeout.nix
blob: b41368bb38e2bbbb84e2f963c950d317c1a60658 (plain) (blame)
1
2
3
4
5
6
with import ./config.nix;

mkDerivation {
  name = "timeout";
  builder = ./timeout.builder.sh;
}