clan-cli: Add shellcheck as a runtimeDependencie
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
classgen,
|
||||
pythonRuntime,
|
||||
templateDerivation,
|
||||
shellcheck,
|
||||
}:
|
||||
let
|
||||
pyDeps = ps: [
|
||||
@@ -51,6 +52,7 @@ let
|
||||
testDependencies = testRuntimeDependencies ++ [
|
||||
gnupg
|
||||
stdenv.cc # Compiler used for certain native extensions
|
||||
shellcheck
|
||||
(pythonRuntime.withPackages pyTestDeps)
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user