fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

Select the types of activity you want to include in your feed.

nix: use go1.19

+3 -3
+3 -3
shell.nix
··· 18 18 pkgs = import 19 19 (fetchTarball { 20 20 url = 21 - "https://github.com/NixOS/nixpkgs/archive/cbe587c735b734405f56803e267820ee1559e6c1.tar.gz"; 22 - sha256 = "0jii8slqbwbvrngf9911z3al1s80v7kk8idma9p9k0d5fm3g4z7h"; 21 + "https://github.com/NixOS/nixpkgs/archive/6f38b43c8c84c800f93465b2241156419fd4fd52.tar.gz"; 22 + sha256 = "0xw3y3jx1bcnwsc0imacbp5m8f51b66s9h8kk8qnfbckwv67dhgd"; 23 23 }) 24 24 { overlays = [ ctags-overlay ]; }; 25 25 # pkgs.universal-ctags installs the binary as "ctags", not "universal-ctags" ··· 33 33 name = "zoekt"; 34 34 35 35 nativeBuildInputs = [ 36 - pkgs.go_1_18 36 + pkgs.go_1_19 37 37 38 38 # zoekt-git-index 39 39 pkgs.git