We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29e82bb commit 35afcefCopy full SHA for 35afcef
flake.nix
@@ -41,6 +41,12 @@
41
version = version;
42
src = srcWithReplacedVersion;
43
vendorHash = "sha256-PENsCO2yFxLVZNPgx2OP+gWVNfjJAfXkwWS7tzlm490=";
44
+ preBuild = ''
45
+ export GOTOOLCHAIN=auto
46
+ '';
47
+ patchPhase = ''
48
+ sed -i 's/^go 1.25$/go 1.24/g' go.mod
49
50
meta = with pkgs.lib; {
51
description = "A tunneling client for Pangolin";
52
homepage = "https://github.com/fosrl/newt";
0 commit comments