Add NixOS to package manager list
This commit is contained in:
parent
44760fe035
commit
316f1d9964
@ -95,13 +95,14 @@ or on Ubuntu:
|
||||
|
||||
#### Installing with a package manager
|
||||
|
||||
- [PyPi](https://pypi.python.org/pypi/buku/) (`$ pip3 install buku`)
|
||||
- [PyPi](https://pypi.python.org/pypi/buku/) (`sudo pip3 install buku`)
|
||||
- [AUR](https://aur.archlinux.org/packages/buku/)
|
||||
- [Homebrew](http://braumeister.org/formula/buku)
|
||||
- [Debian](https://packages.debian.org/search?keywords=buku&searchon=names&exact=1)
|
||||
- [Ubuntu](http://packages.ubuntu.com/search?keywords=buku&searchon=names&exact=1)
|
||||
- [Ubuntu PPA](https://launchpad.net/~twodopeshaggy/+archive/ubuntu/jarun/)
|
||||
- [Void Linux](https://github.com/voidlinux/void-packages/tree/master/srcpkgs/buku) (`$ sudo xbps-install -S buku`)
|
||||
- [Void Linux](https://github.com/voidlinux/void-packages/tree/master/srcpkgs/buku) (`sudo xbps-install -S buku`)
|
||||
- [NixOS](https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/misc/buku) (`sudo nix-env -i buku`)
|
||||
|
||||
#### Installing from this repository
|
||||
|
||||
|
@ -90,4 +90,4 @@ fi
|
||||
# Test buku(1) with $repo_root at the beginning of $PATH (so that buku
|
||||
# from this repo is picked up).
|
||||
cd "$here/tests"
|
||||
PATH="$repo_root:$PATH" python -m pytest test_*.py --cov buku -vv
|
||||
PATH="$repo_root:$PATH" python3 -m pytest test_*.py --cov buku -vv
|
||||
|
Loading…
Reference in New Issue
Block a user