Commit cd7df192 authored by Connor Baker's avatar Connor Baker
Browse files

treewide: add name argument to calls to testers.shellcheck

parent ea7ec704
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ let
  inherit (lib) fileset;

  runShellcheck = testers.shellcheck {
    name = "activation-check";
    src = fileset.toSource {
      root = ./.;
      fileset = fileset.unions [
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@ let
  };

  runShellcheck = testers.shellcheck {
    name = "activation-lib";
    src = runTests.src;
  };