mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-23 16:41:29 +00:00
Build from the source directory
This commit is contained in:
parent
f8bfca0466
commit
5a2ce12c2f
|
@ -29,10 +29,7 @@ buildGoPackage rec {
|
||||||
# rev = "refs/tags/v${version}";
|
# rev = "refs/tags/v${version}";
|
||||||
# url = "https://code.dumpstack.io/tools/${pname}.git";
|
# url = "https://code.dumpstack.io/tools/${pname}.git";
|
||||||
# sha256 = "1ji4g868xrv6kx6brdrqfv0ca12vjw0mcndffnnwpczh4yv81sd3";
|
# sha256 = "1ji4g868xrv6kx6brdrqfv0ca12vjw0mcndffnnwpczh4yv81sd3";
|
||||||
src = builtins.fetchGit {
|
src = ./.;
|
||||||
url = "https://code.dumpstack.io/tools/appvm.git";
|
|
||||||
ref = "master";
|
|
||||||
};
|
|
||||||
|
|
||||||
goDeps = ./deps.nix;
|
goDeps = ./deps.nix;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue