shellcheck: drop removeAttrs workaround for hydraPlatforms

No longer necessary, resolved by 6496069dda
This commit is contained in:
zowoq
2021-12-03 18:34:44 +10:00
parent 745f45dace
commit 6bad84a25d
@@ -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 ];