Use QVM_BIN_DIR fallback for script paths and set in flake
This commit is contained in:
parent
8d68e1daf9
commit
7864673dcb
6 changed files with 13 additions and 14 deletions
|
|
@ -109,7 +109,8 @@
|
|||
pkgs.sshpass
|
||||
]
|
||||
} \
|
||||
--set QVM_LIB_DIR "$out/lib/qvm"
|
||||
--set QVM_LIB_DIR "$out/lib/qvm" \
|
||||
--set QVM_BIN_DIR "$out/bin"
|
||||
done
|
||||
|
||||
runHook postInstall
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue