mirror of
https://code.dumpstack.io/tools/appvm.git
synced 2024-11-05 16:03:18 +00:00
Remove old qcow file when rebuild
This commit is contained in:
parent
118255ecdc
commit
13211abdb9
1
appvm.sh
1
appvm.sh
|
@ -4,6 +4,7 @@ APPVM_PATH=$(dirname $(realpath $0))
|
|||
cd ${APPVM_PATH}
|
||||
|
||||
if [[ "$1" == "build" && "$2" != "" ]]; then
|
||||
rm qemu/qcow/${2}.qcow2
|
||||
NIX_PATH=$NIX_PATH:. nix-build '<nixpkgs/nixos>' -A config.system.build.vm -I nixos-config=nix/${2}.nix || exit 1
|
||||
NIX_SYSTEM=$(realpath result/system)
|
||||
mkdir -p bin
|
||||
|
|
Loading…
Reference in a new issue