From 1f4214199e24e92c53410a92bdc7371d0cdd808a Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Thu, 9 Jan 2020 23:02:00 +0000 Subject: [PATCH] Build appvm iso with the same source code not master --- os/configuration.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/os/configuration.nix b/os/configuration.nix index 29c4f73..610d36c 100644 --- a/os/configuration.nix +++ b/os/configuration.nix @@ -6,10 +6,7 @@ let name = "appvm"; goPackagePath = "code.dumpstack.io/tools/appvm"; goDeps = ../deps.nix; - src = builtins.fetchGit { - url = "https://code.dumpstack.io/tools/appvm.git"; - ref = "master"; - }; + src = ../.; buildInputs = [ pkgs.makeWrapper ]; postFixup = '' wrapProgram $bin/bin/appvm \