Skip to content

Commit cbdf5db

Browse files
committed
fix: remove unnecessary go.mod version patching from beadwork build
1 parent fa249c2 commit cbdf5db

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

packages/beadwork/default.nix

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ let
2121
subPackages = [ "cmd/bw" ];
2222
doCheck = false;
2323

24-
postPatch = ''
25-
goVer="$(${go}/bin/go env GOVERSION | sed 's/^go//')"
26-
sed -i "s/^go .*/go $goVer/" go.mod
27-
'';
28-
env.GOTOOLCHAIN = "auto";
2924
nativeBuildInputs = [ pkgs.git ];
3025

3126
meta = with lib; {

0 commit comments

Comments
 (0)