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:
parent
ad6460a7e7
commit
9ac1382b57
@ -84,6 +84,8 @@ case "$1" in
|
||||
"iso")
|
||||
nix build \
|
||||
"$DEVSHELL_ROOT#nixosConfigurations.$2.config.system.build.iso" \
|
||||
-o \
|
||||
"$DEVSHELL_ROOT/iso/$2" \
|
||||
"${@:3}"
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user