We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f80b3 commit 7b5a2a9Copy full SHA for 7b5a2a9
1 file changed
flake.nix
@@ -36,7 +36,7 @@
36
version = versionFile;
37
src = ./.;
38
39
- vendorHash = "sha256-tKwjN2u1Zpb5XI9vc/Up2iwLzrwQ/d5xgtI6W6y3/28=";
+ vendorHash = "sha256-aR6liLXC86lYye8ddpsAi04oQxy5BkOkWbaKi1UCCbQ=";
40
proxyVendor = true;
41
42
overrideModAttrs = old: {
@@ -82,7 +82,7 @@
82
83
84
85
86
proxyVendor = true; # Download deps during build instead of vendoring
87
88
# The go-modules derivation only fetches Go deps — skip TS/WASM build there
0 commit comments