alpha
Login
or
Join now
boltless.me
/
zoekt
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
fork of https://github.com/sourcegraph/zoekt
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
nix: use go1.22
author
Keegan Carruthers-Smith
date
2 years ago
(Mar 12, 2024, 9:57 AM +0200)
commit
72423e17
72423e17625007e0576cd37f4026dad75d51dd7e
parent
371a3036
371a303692de18fbfb8a54abf22595a338bb508a
+4
-4
2 changed files
Expand all
Collapse all
Unified
Split
flake.lock
shell.nix
+3
-3
flake.lock
Reviewed
···
2
2
"nodes": {
3
3
"nixpkgs": {
4
4
"locked": {
5
5
-
"lastModified": 1701068326,
6
6
-
"narHash": "sha256-vmMceA+q6hG1yrjb+MP8T0YFDQIrW3bl45e7z24IEts=",
5
5
+
"lastModified": 1709675310,
6
6
+
"narHash": "sha256-w61tqFEmuJ+/1rAwU7nkYZ+dN6sLwyobfLwX2Yn42FE=",
7
7
"owner": "NixOS",
8
8
"repo": "nixpkgs",
9
9
-
"rev": "8cfef6986adfb599ba379ae53c9f5631ecd2fd9c",
9
9
+
"rev": "43d259f8d726113fac056e8bb17d5ac2dea3e0a8",
10
10
"type": "github"
11
11
},
12
12
"original": {
+1
-1
shell.nix
Reviewed
···
11
11
name = "zoekt";
12
12
13
13
nativeBuildInputs = [
14
14
-
pkgs.go_1_21
14
14
+
pkgs.go_1_22
15
15
16
16
# zoekt-git-index
17
17
pkgs.git