clan-cli: Change shellcheck to shellcheck-minimal

This commit is contained in:
Qubasa
2025-04-10 01:54:00 +02:00
parent 43bf5e952d
commit 3fbc661ed9
5 changed files with 7 additions and 14 deletions

View File

@@ -16,7 +16,6 @@
classgen,
pythonRuntime,
templateDerivation,
shellcheck,
}:
let
pyDeps = ps: [
@@ -52,7 +51,6 @@ let
testDependencies = testRuntimeDependencies ++ [
gnupg
stdenv.cc # Compiler used for certain native extensions
shellcheck
(pythonRuntime.withPackages pyTestDeps)
];
@@ -143,7 +141,6 @@ pythonRuntime.pkgs.buildPythonApplication {
templateDerivation
];
};
}
''
set -u -o pipefail
@@ -190,6 +187,7 @@ pythonRuntime.pkgs.buildPythonApplication {
pkgs.jq.dev
pkgs.stdenv
pkgs.stdenvNoCC
pkgs.shellcheck-minimal
];
};
}