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"; name = "appvm";
goPackagePath = "code.dumpstack.io/tools/appvm"; goPackagePath = "code.dumpstack.io/tools/appvm";
goDeps = ../deps.nix; goDeps = ../deps.nix;
src = builtins.fetchGit { src = ../.;
url = "https://code.dumpstack.io/tools/appvm.git";
ref = "master";
};
buildInputs = [ pkgs.makeWrapper ]; buildInputs = [ pkgs.makeWrapper ];
postFixup = '' postFixup = ''
wrapProgram $bin/bin/appvm \ wrapProgram $bin/bin/appvm \