Skip to content

Commit 7c21a05

Browse files
authored
Use nixpkgs 25.11 (#189)
1 parent f6aca71 commit 7c21a05

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

flake.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
url = "github:numtide/flake-utils";
55
};
66
nixpkgs = {
7-
url = "github:NixOS/nixpkgs/nixpkgs-unstable";
7+
url = "github:NixOS/nixpkgs/nixos-25.11";
88
};
99
};
1010

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/sourcegraph/scip-go
22

3-
go 1.26
3+
go 1.25.0
44

55
require (
66
github.com/agnivade/levenshtein v1.2.1

0 commit comments

Comments
 (0)