diff options
author | Alan Pearce | 2024-06-27 11:45:08 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-27 11:45:08 +0200 |
commit | 9f01a82186f3ba8e89e1d80c75112fea38858856 (patch) | |
tree | c19d95efa44844070d5a2189f3ae2136bd042b85 /nix/overlays/prettier-plugin-go-template/default.nix | |
parent | a822c88c9bd6dddcdc9e096ef2bbee828c5cc5cd (diff) | |
download | searchix-9f01a82186f3ba8e89e1d80c75112fea38858856.tar.lz searchix-9f01a82186f3ba8e89e1d80c75112fea38858856.tar.zst searchix-9f01a82186f3ba8e89e1d80c75112fea38858856.zip |
build: remove formatter for go template files
Diffstat (limited to 'nix/overlays/prettier-plugin-go-template/default.nix')
-rw-r--r-- | nix/overlays/prettier-plugin-go-template/default.nix | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/nix/overlays/prettier-plugin-go-template/default.nix b/nix/overlays/prettier-plugin-go-template/default.nix deleted file mode 100644 index d9c0dae..0000000 --- a/nix/overlays/prettier-plugin-go-template/default.nix +++ /dev/null @@ -1,17 +0,0 @@ -# This file has been generated by node2nix 1.11.1. Do not edit! - -{pkgs ? import <nixpkgs> { - inherit system; - }, system ? builtins.currentSystem, nodejs ? pkgs."nodejs_18"}: - -let - nodeEnv = import ./node-env.nix { - inherit (pkgs) stdenv lib python2 runCommand writeTextFile writeShellScript; - inherit pkgs nodejs; - libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null; - }; -in -import ./node-packages.nix { - inherit (pkgs) fetchurl nix-gitignore stdenv lib fetchgit; - inherit nodeEnv; -} |