We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f99eeb8 commit bdd2ff5Copy full SHA for bdd2ff5
1 file changed
flake.nix
@@ -36,7 +36,7 @@
36
version = versionFile;
37
src = ./.;
38
39
- vendorHash = "sha256-n7+br/re7BeR+zStfxkyJM2bZuKVrNvoYvCNeXResBs=";
+ vendorHash = "sha256-v9wTHT8PewBM11g6uA3QKFUpRvoCLRpJG5NSP4+uK9Y=";
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