mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-04 15:33:18 +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}";
|
||||
# url = "https://code.dumpstack.io/tools/${pname}.git";
|
||||
# sha256 = "1ji4g868xrv6kx6brdrqfv0ca12vjw0mcndffnnwpczh4yv81sd3";
|
||||
src = builtins.fetchGit {
|
||||
url = "https://code.dumpstack.io/tools/appvm.git";
|
||||
ref = "master";
|
||||
};
|
||||
src = ./.;
|
||||
|
||||
goDeps = ./deps.nix;
|
||||
|
||||
|
|
Loading…
Reference in a new issue