1
1
mirror of https://github.com/divnix/digga.git synced 2024-12-23 16:11:51 +03:00

Changed flk iso command so that the link to the result is created as iso/HOST

This commit is contained in:
Narice 2021-06-03 15:35:56 +02:00 committed by Parthiv Seetharaman
parent ad6460a7e7
commit 9ac1382b57

View File

@ -84,6 +84,8 @@ case "$1" in
"iso")
nix build \
"$DEVSHELL_ROOT#nixosConfigurations.$2.config.system.build.iso" \
-o \
"$DEVSHELL_ROOT/iso/$2" \
"${@:3}"
;;