From 1a5b97dc8280cf9648e63d97cb5a6cef0496baaf Mon Sep 17 00:00:00 2001 From: Jan Kremer Date: Sun, 21 Jul 2024 12:53:40 +0200 Subject: [PATCH] prettier-plugin-go-template: fix package declaration --- pkgs/by-name/pr/prettier-plugin-go-template/package.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/by-name/pr/prettier-plugin-go-template/package.nix b/pkgs/by-name/pr/prettier-plugin-go-template/package.nix index 162c343e7ef5..79161f56c481 100644 --- a/pkgs/by-name/pr/prettier-plugin-go-template/package.nix +++ b/pkgs/by-name/pr/prettier-plugin-go-template/package.nix @@ -17,8 +17,6 @@ buildNpmPackage rec { npmDepsHash = "sha256-PpJnVZFRxpUHux2jIBDtyBS4qNo6IJY4kwTAq6stEVQ="; - dontNpmBuild = true; - meta = { description = "Fixes prettier formatting for go templates"; mainProgram = "prettier-plugin-go-template";