1
0
Fork 0

Build from the source directory

master
dump_stack() 2020-01-22 01:13:05 +00:00
parent f8bfca0466
commit 5a2ce12c2f
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 4 deletions

View File

@ -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;