vscode-extensions.b4dm4n.vscode-nixpkgs-fmt: remove unused buildInput

This commit is contained in:
happysalada 2021-06-16 16:09:55 +09:00
parent c19576bb70
commit c4174fb183

View file

@ -120,7 +120,6 @@ let
sha256 = "sha256-vz2kU36B1xkLci2QwLpl/SBEhfSWltIDJ1r7SorHcr8=";
};
nativeBuildInputs = [ jq ];
buildInputs = [ nixpkgs-fmt ];
postInstall = ''
cd "$out/$installPrefix"
tmp_package_json=$(mktemp)