1
0
Fork 0

Remove old qcow file when rebuild

master
dump_stack() 2018-07-01 06:54:32 +00:00
parent 118255ecdc
commit 13211abdb9
1 changed files with 1 additions and 0 deletions

View File

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