mirror of
https://github.com/nmattia/niv.git
synced 2024-11-09 23:04:38 +03:00
Regenerate README
This commit is contained in:
parent
29a01ca085
commit
490c5e4ebc
@ -303,13 +303,14 @@ Examples:
|
|||||||
niv modify nixpkgs -v beta-0.2
|
niv modify nixpkgs -v beta-0.2
|
||||||
niv modify nixpkgs -a branch=nixpkgs-unstable
|
niv modify nixpkgs -a branch=nixpkgs-unstable
|
||||||
|
|
||||||
Usage: niv modify PACKAGE ([-a|--attribute KEY=VAL] |
|
Usage: niv modify PACKAGE [-n|--name NAME] ([-a|--attribute KEY=VAL] |
|
||||||
[-s|--string-attribute KEY=VAL] | [-b|--branch BRANCH] |
|
[-s|--string-attribute KEY=VAL] | [-b|--branch BRANCH] |
|
||||||
[-o|--owner OWNER] | [-r|--repo REPO] | [-v|--version VERSION]
|
[-o|--owner OWNER] | [-r|--repo REPO] | [-v|--version VERSION]
|
||||||
| [-t|--template URL] | [-T|--type TYPE])
|
| [-t|--template URL] | [-T|--type TYPE])
|
||||||
Modify dependency attributes without performing an update
|
Modify dependency attributes without performing an update
|
||||||
|
|
||||||
Available options:
|
Available options:
|
||||||
|
-n,--name NAME Set the package name to <NAME>
|
||||||
-a,--attribute KEY=VAL Set the package spec attribute <KEY> to <VAL>, where
|
-a,--attribute KEY=VAL Set the package spec attribute <KEY> to <VAL>, where
|
||||||
<VAL> may be JSON.
|
<VAL> may be JSON.
|
||||||
-s,--string-attribute KEY=VAL
|
-s,--string-attribute KEY=VAL
|
||||||
|
Loading…
Reference in New Issue
Block a user