summaryrefslogtreecommitdiffstats
path: root/krebs
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2017-08-05 18:06:40 +0200
committerlassulus <lassulus@lassul.us>2017-08-10 12:54:03 +0200
commita2e88ad513ccec2cc5e7cb5fd5431c4b7a1abaf6 (patch)
treeca2aa83740a6e91524438b8c7bf05beac7158c68 /krebs
parente515a3a61f14832bf8b4350ed02145898f3ea790 (diff)
writers: disable shellcheck
Diffstat (limited to 'krebs')
-rw-r--r--krebs/5pkgs/writers.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/krebs/5pkgs/writers.nix b/krebs/5pkgs/writers.nix
index 850ee6f1..6e67ed69 100644
--- a/krebs/5pkgs/writers.nix
+++ b/krebs/5pkgs/writers.nix
@@ -43,9 +43,6 @@ with import <stockholm/lib>;
assert (with types; either absolute-pathname filename).check name;
pkgs.writeOut (baseNameOf name) {
${optionalString (types.absolute-pathname.check name) name} = {
- check = pkgs.writeDash "shellcheck.sh" ''
- ${pkgs.haskellPackages.ShellCheck}/bin/shellcheck "$1" || :
- '';
executable = true;
text = "#! ${pkgs.bash}/bin/bash\n${text}";
};