diff options
author | lassulus <lassulus@lassul.us> | 2017-08-05 18:06:40 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-08-05 18:06:40 +0200 |
commit | 7c2d1ba74dbf038ff836aeee5375d598638cdee5 (patch) | |
tree | 40c9d411d19b62719a40e34cbc2b9d63f36d69da | |
parent | 49dfb33d71007c3202790cfa35c1fde3699709e5 (diff) |
writers: disable shellcheck
-rw-r--r-- | krebs/5pkgs/writers.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/krebs/5pkgs/writers.nix b/krebs/5pkgs/writers.nix index 850ee6f1a..6e67ed699 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}"; }; |