summary refs log tree commit diff stats
path: root/overlays/node-packages/default.nix
blob: 3e5c925922b9612a904821f1c04ea8c5748218d5 (plain)
1
2
3
4
5
6
self: super: {
  nodePackages = super.nodePackages.extend
    (final: prev:
      super.callPackage ./prettier-plugin-go-template { }
    );
}