Loading nixos/modules/config/nix-channel/test.nix +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ let inherit (lib) fileset; runShellcheck = testers.shellcheck { name = "activation-check"; src = fileset.toSource { root = ./.; fileset = fileset.unions [ Loading nixos/modules/system/activation/lib/test.nix +1 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ let }; runShellcheck = testers.shellcheck { name = "activation-lib"; src = runTests.src; }; Loading Loading
nixos/modules/config/nix-channel/test.nix +1 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ let inherit (lib) fileset; runShellcheck = testers.shellcheck { name = "activation-check"; src = fileset.toSource { root = ./.; fileset = fileset.unions [ Loading
nixos/modules/system/activation/lib/test.nix +1 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ let }; runShellcheck = testers.shellcheck { name = "activation-lib"; src = runTests.src; }; Loading