Fix nix build: use vendored dependencies
This commit is contained in:
parent
fc625fb9cf
commit
a0699931b5
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ let
|
||||||
version = "0.1.0";
|
version = "0.1.0";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
|
|
||||||
vendorHash = "sha256-ghF1GGGQokE0x/zC+AcAneF6ExPGWYQCZ/U6slvKbA4=";
|
vendorHash = null;
|
||||||
|
|
||||||
env.GOPRIVATE = "git.soup.land";
|
env.GOPRIVATE = "git.soup.land";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue