1
0
Fork 0

Build appvm iso with the same source code not master

master
dump_stack() 2020-01-09 23:02:00 +00:00
parent 4e7c6e9895
commit 1f4214199e
Signed by: dump_stack
GPG Key ID: BE44DA8C062D87DC
1 changed files with 1 additions and 4 deletions

View File

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