8 lines
130 B
Nix
8 lines
130 B
Nix
with import ./config.nix;
|
|
|
|
mkDerivation {
|
|
name = "timeout";
|
|
builder = ./timeout.builder.sh;
|
|
PATH = "";
|
|
goodPath = path;
|
|
}
|