Skip to content

Instantly share code, notes, and snippets.

@Mic92
Created January 23, 2019 12:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mic92/085b6aadee93b8f2e77073e5851e836b to your computer and use it in GitHub Desktop.
Save Mic92/085b6aadee93b8f2e77073e5851e836b to your computer and use it in GitHub Desktop.
usage: ./bin/nix-review rev [-h] [-b BRANCH] [--build-args BUILD_ARGS]
[-p PACKAGE] [--package-regex PACKAGE_REGEX]
commit
positional arguments:
commit commit/tag/ref/branch in your local git repository
optional arguments:
-h, --help show this help message and exit
-b BRANCH, --branch BRANCH
branch to compare against with
--build-args BUILD_ARGS
arguments passed to nix when building
-p PACKAGE, --package PACKAGE
Package to build (can be passed multiple times)
--package-regex PACKAGE_REGEX
Regular expression that package attributes have to
match (can be passed multiple times)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment