mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2025-05-01 17:44:24 +00:00
Build from the source directory
This commit is contained in:
parent
f8bfca0466
commit
5a2ce12c2f
1 changed files with 1 additions and 4 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue