shellcheck: drop removeAttrs workaround for hydraPlatforms

No longer necessary, resolved by 6496069dda
This commit is contained in:
zowoq 2021-12-03 13:25:15 +10:00
parent 745f45dace
commit 6bad84a25d

View file

@ -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 ];