shellcheck: drop removeAttrs workaround for hydraPlatforms
No longer necessary, resolved by 6496069dda
This commit is contained in:
@@ -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 ];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user