1
0
Fork 0
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:
Daiderd Jordan 2020-10-18 17:55:08 +02:00
parent e4c3940e2d
commit c8b38819b4
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

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