hydra/t/jobs/one-job.nix

9 lines
134 B
Nix
Raw Normal View History

with import ./config.nix;
{
one_job =
mkDerivation {
name = "empty-dir";
builder = ./empty-dir-builder.sh;
};
}