From 8676655b28c94931c1ad2e443740341b348b056c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 23 Nov 2024 21:02:16 +0100 Subject: remove prettier-plugin-go-template has been added to nixpkgs --- pkgs/prettier-plugin-go-template/default.nix | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 pkgs/prettier-plugin-go-template/default.nix (limited to 'pkgs/prettier-plugin-go-template') diff --git a/pkgs/prettier-plugin-go-template/default.nix b/pkgs/prettier-plugin-go-template/default.nix deleted file mode 100644 index fdaea29..0000000 --- a/pkgs/prettier-plugin-go-template/default.nix +++ /dev/null @@ -1,23 +0,0 @@ -{ lib, buildNpmPackage, fetchFromGitHub }: - -buildNpmPackage rec { - pname = "prettier-plugin-go-template"; - version = "0.0.15"; - - src = fetchFromGitHub { - owner = "NiklasPor"; - repo = "prettier-plugin-go-template"; - rev = "b7fe3eeeeeef69587cca96b85473882a7f52c1c7"; - hash = "sha256-K+BuKzOV0dP67TJLIn6BpAorDesNVp0710AS8XE+RV4="; - }; - - npmDepsHash = "sha256-PpJnVZFRxpUHux2jIBDtyBS4qNo6IJY4kwTAq6stEVQ="; - - npmPackFlags = [ "--ignore-scripts" ]; - - meta = with lib; { - description = "Fixes prettier formatting for go templates 🐹"; - homepage = "https://github.com/NiklasPor/prettier-plugin-go-template"; - license = licenses.mit; - }; -} -- cgit 1.4.1