mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-23 04:33:02 +00:00
Build appvm iso with the same source code not master
This commit is contained in:
parent
4e7c6e9895
commit
1f4214199e
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user