Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@
inputs.nixpkgs.follows = "nixpkgs";
};
golink = {
url = "github:tailscale/golink";
# Pinned to last commit compatible with go 1.26.5 (nixpkgs); next commit bumped to 1.26.6
# Unpin when nixpkgs reaches go 1.26.6 — tracked in https://github.com/stackptr/rc/issues/536
url = "github:tailscale/golink/52e1fd108b6362c7269fc834f854146b21a3bfc7";
inputs.nixpkgs.follows = "nixpkgs";
inputs.systems.follows = "systems";
};
Expand Down
Loading