mirror of
https://github.com/nmattia/niv.git
synced 2024-11-07 22:36:53 +03:00
Fix README spelling/name error
"NixOS/nixpkgs-channel" does not actually exist, the correct repo would be "NixOS/nixpkgs-channels"
This commit is contained in:
parent
a75cdd6312
commit
e2f7245e18
2
Main.hs
2
Main.hs
@ -326,7 +326,7 @@ parseCmdAdd =
|
||||
"Examples:" Opts.<$$>
|
||||
"" Opts.<$$>
|
||||
" niv add stedolan/jq" Opts.<$$>
|
||||
" niv add NixOS/nixpkgs-channel -n nixpkgs -b nixos-18.09" Opts.<$$>
|
||||
" niv add NixOS/nixpkgs-channels -n nixpkgs -b nixos-18.09" Opts.<$$>
|
||||
" niv add my-package -v alpha-0.1 -t http://example.com/archive/<version>.zip"
|
||||
]
|
||||
|
||||
|
@ -209,7 +209,7 @@ Available commands:
|
||||
Examples:
|
||||
|
||||
niv add stedolan/jq
|
||||
niv add NixOS/nixpkgs-channel -n nixpkgs -b nixos-18.09
|
||||
niv add NixOS/nixpkgs-channels -n nixpkgs -b nixos-18.09
|
||||
niv add my-package -v alpha-0.1 -t http://example.com/archive/<version>.zip
|
||||
|
||||
Usage: niv add [-n|--name NAME] PACKAGE ([-a|--attribute KEY=VAL] |
|
||||
|
Loading…
Reference in New Issue
Block a user