feat: import sources from configuration in go code and index options
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M nix/overlays/default.nix → nix/overlays/default.nix
@@ -3,4 +3,5 @@ nodePackages = super.nodePackages.extend (final: prev: super.callPackage ./prettier-plugin-go-template { } ); + bleve = super.callPackage ./bleve.nix { }; }