diff options
author | lassulus <lassulus@lassul.us> | 2017-08-05 18:06:40 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-08-10 12:54:03 +0200 |
commit | a2e88ad513ccec2cc5e7cb5fd5431c4b7a1abaf6 (patch) | |
tree | ca2aa83740a6e91524438b8c7bf05beac7158c68 | |
parent | e515a3a61f14832bf8b4350ed02145898f3ea790 (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}"; }; |