diff --git a/nixos/modules/config/nix-channel/test.nix b/nixos/modules/config/nix-channel/test.nix index 4b00cf9db3c4..4692e01f12b1 100644 --- a/nixos/modules/config/nix-channel/test.nix +++ b/nixos/modules/config/nix-channel/test.nix @@ -5,6 +5,7 @@ let inherit (lib) fileset; runShellcheck = testers.shellcheck { + name = "activation-check"; src = fileset.toSource { root = ./.; fileset = fileset.unions [ diff --git a/nixos/modules/system/activation/lib/test.nix b/nixos/modules/system/activation/lib/test.nix index 798417278dc5..34d55e0bbe62 100644 --- a/nixos/modules/system/activation/lib/test.nix +++ b/nixos/modules/system/activation/lib/test.nix @@ -31,6 +31,7 @@ let }; runShellcheck = testers.shellcheck { + name = "activation-lib"; src = runTests.src; };