mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-13 20:30:02 +00:00
handle --print-build-logs for flakes
This commit is contained in:
parent
e4c3940e2d
commit
c8b38819b4
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ while [ $# -gt 0 ]; do
|
|||
flake=$1
|
||||
shift 1
|
||||
;;
|
||||
--impure|--recreate-lock-file|--no-update-lock-file|--no-write-lock-file|--no-registries|--commit-lock-file)
|
||||
-L|-vL|--print-build-logs|--impure|--recreate-lock-file|--no-update-lock-file|--no-write-lock-file|--no-registries|--commit-lock-file)
|
||||
extraLockFlags+=("$i")
|
||||
;;
|
||||
--update-input)
|
||||
|
|
Loading…
Add table
Reference in a new issue