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

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