From 5a2ce12c2f1dd95a51d56526b33c0627ca7716ee Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Wed, 22 Jan 2020 01:13:05 +0000 Subject: [PATCH] Build from the source directory --- default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/default.nix b/default.nix index f9ebdd4..d95079d 100644 --- a/default.nix +++ b/default.nix @@ -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;