Fix nix build: use vendored dependencies

This commit is contained in:
soup 2026-01-16 21:55:04 -05:00
parent fc625fb9cf
commit a0699931b5
Signed by: soup
SSH key fingerprint: SHA256:GYxje8eQkJ6HZKzVWDdyOUF1TyDiprruGhE0Ym8qYDY

View file

@ -6,7 +6,7 @@ let
version = "0.1.0";
src = ./.;
vendorHash = "sha256-ghF1GGGQokE0x/zC+AcAneF6ExPGWYQCZ/U6slvKbA4=";
vendorHash = null;
env.GOPRIVATE = "git.soup.land";