forked from lix-project/hydra
9 lines
134 B
Nix
9 lines
134 B
Nix
with import ./config.nix;
|
|
{
|
|
one_job =
|
|
mkDerivation {
|
|
name = "empty-dir";
|
|
builder = ./empty-dir-builder.sh;
|
|
};
|
|
}
|