shellcheck: drop removeAttrs workaround for hydraPlatforms

No longer necessary, resolved by 6496069dda
main
zowoq 3 years ago
parent 745f45dace
commit 6bad84a25d
  1. 4
      pkgs/development/tools/shellcheck/default.nix

@ -21,9 +21,7 @@ let
pname = "shellcheck";
version = bin.version;
inherit (ShellCheck) src;
meta = builtins.removeAttrs ShellCheck.meta [ "hydraPlatforms" ];
inherit (ShellCheck) meta src;
nativeBuildInputs = [ pandoc ];

Loading…
Cancel
Save