We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad55c7a commit ec72835Copy full SHA for ec72835
flake.nix
@@ -97,7 +97,7 @@
97
name = "coder-${osArch}";
98
# Updated with ./scripts/update-flake.sh`.
99
# This should be updated whenever go.mod changes!
100
- vendorHash = "sha256-PDA+Yd/tYvMTJfw8zyperTYnSBijvECc6XjxqnYgtkw=";
+ vendorHash = "sha256-BVgjKZeVogPb/kyCtZw/R898TI4YGnu9oWzzxHSVIyY=";
101
proxyVendor = true;
102
src = ./.;
103
nativeBuildInputs = with pkgs; [ getopt openssl zstd ];
0 commit comments