2 # nix-build -A nixosTests.activation-lib
11 runTests = stdenv.mkDerivation {
12 name = "tests-activation-lib";
13 src = fileset.toSource {
15 fileset = fileset.unions [
23 patchShebangs --build .
33 runShellcheck = testers.shellcheck {
38 lib.recurseIntoAttrs {
39 inherit runTests runShellcheck;