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