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 9dbd5aa commit 4e3d9e8Copy full SHA for 4e3d9e8
flake.nix
@@ -117,7 +117,7 @@
117
name = "coder-${osArch}";
118
# Updated with ./scripts/update-flake.sh`.
119
# This should be updated whenever go.mod changes!
120
- vendorHash = "sha256-Sjv5MjOFRKe2BaOdEh48Hdlgn46CIWUVrKqtZ21Z/d8=";
+ vendorHash = "sha256-JHKkHdpmMalGnCPJt/fCiOVHlIrjRT2VW7ujPbOcXEE=";
121
proxyVendor = true;
122
src = ./.;
123
nativeBuildInputs = with pkgs; [ getopt openssl zstd ];
0 commit comments