about summary refs log tree commit diff stats
path: root/nix/overlays/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/overlays/default.nix')
-rw-r--r--nix/overlays/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/nix/overlays/default.nix b/nix/overlays/default.nix
new file mode 100644
index 0000000..3e5c925
--- /dev/null
+++ b/nix/overlays/default.nix
@@ -0,0 +1,6 @@
+self: super: {
+  nodePackages = super.nodePackages.extend
+    (final: prev:
+      super.callPackage ./prettier-plugin-go-template { }
+    );
+}