krops.nix: add ci

This commit is contained in:
lassulus 2018-09-07 19:46:20 +02:00
parent 3376f0ace5
commit 3a3af330f7

View File

@ -60,4 +60,9 @@
source = source { test = true; };
target = "${lib.getEnv "HOME"}/tmp/${name}-krops-test-src";
};
ci = pkgs.krops.writeTest "${name}-test" {
source = source { test = true; };
target = "${lib.getEnv "HOME"}/stockholm-build";
};
}