Skip to content

Commit

Permalink
add missing args to local reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 authored and mergify[bot] committed Sep 24, 2023
1 parent 5877e88 commit 1a9131b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nixpkgs_review/review.py
Original file line number Diff line number Diff line change
Expand Up @@ -571,8 +571,11 @@ def review_local_revision(
remote=args.remote,
only_packages=set(args.package),
package_regexes=args.package_regex,
skip_packages=set(args.skip_package),
skip_packages_regex=args.skip_package_regex,
system=args.system,
allow=allow,
sandbox=args.sandbox,
build_graph=args.build_graph,
nixpkgs_config=nixpkgs_config,
extra_nixpkgs_config=args.extra_nixpkgs_config,
Expand Down

0 comments on commit 1a9131b

Please sign in to comment.