Skip to content

Commit

Permalink
Merge pull request #714 from lovesegfault/rebuild-refresh
Browse files Browse the repository at this point in the history
feat(darwin-rebuild): support --refresh
  • Loading branch information
domenkozar authored Jun 30, 2023
2 parents 48b07e2 + 9af7fe6 commit 43587cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/nix-tools/darwin-rebuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ showSyntax() {
echo " [--keep-going] [-k] [--keep-failed] [-K] [--fallback] [--show-trace]" >&2
echo " [-I path] [--option name value] [--arg name value] [--argstr name value]" >&2
echo " [--flake flake] [--update-input input flake] [--impure] [--recreate-lock-file]"
echo " [--no-update-lock-file] ..." >&2
echo " [--no-update-lock-file] [--refresh] ..." >&2
exec man darwin-rebuild
exit 1
}
Expand Down Expand Up @@ -69,7 +69,7 @@ while [ $# -gt 0 ]; do
flake=$1
shift 1
;;
-L|-vL|--print-build-logs|--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|--refresh)
extraLockFlags+=("$i")
;;
--update-input)
Expand Down

0 comments on commit 43587cd

Please sign in to comment.