Merge pull request #127047 from happysalada/vscode-extensions-nixpkgs-fmt-buildInputs
vscode-extensions.b4dm4n.vscode-nixpkgs-fmt: remove unused buildInput
This commit is contained in:
commit
66ab533cf5
1 changed files with 0 additions and 1 deletions
|
@ -120,7 +120,6 @@ let
|
|||
sha256 = "sha256-vz2kU36B1xkLci2QwLpl/SBEhfSWltIDJ1r7SorHcr8=";
|
||||
};
|
||||
nativeBuildInputs = [ jq ];
|
||||
buildInputs = [ nixpkgs-fmt ];
|
||||
postInstall = ''
|
||||
cd "$out/$installPrefix"
|
||||
tmp_package_json=$(mktemp)
|
||||
|
|
Loading…
Reference in a new issue