krops.nix: add ci
This commit is contained in:
parent
3376f0ace5
commit
3a3af330f7
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user