Revert "shellcheck: dont statically compile"
This reverts commit e746cbd904
.
This commit is contained in:
parent
970f2b5063
commit
799e8c5745
@ -8169,7 +8169,7 @@ with pkgs;
|
|||||||
|
|
||||||
shards = callPackage ../development/tools/build-managers/shards { };
|
shards = callPackage ../development/tools/build-managers/shards { };
|
||||||
|
|
||||||
shellcheck = haskellPackages.ShellCheck;
|
shellcheck = haskell.lib.justStaticExecutables haskellPackages.ShellCheck;
|
||||||
|
|
||||||
schemaspy = callPackage ../development/tools/database/schemaspy { };
|
schemaspy = callPackage ../development/tools/database/schemaspy { };
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user