Skip to content

Commit

Permalink
Note in README about nixpkgs PR
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Sep 20, 2024
1 parent dc38204 commit ceb3cfb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,12 @@ cargo install --git "https://github.com/wgunderwood/tex-fmt"

### Nix

If you would like tex-fmt to appear in
[nixpkgs](https://github.com/NixOS/nixpkgs),
please add a 👍 reaction to the
[pull request](https://github.com/NixOS/nixpkgs/pull/341818).
Alternatively, to build from source, use

``` shell
nix build "github:wgunderwood/tex-fmt"
```
Expand All @@ -94,7 +100,7 @@ nix build "github:wgunderwood/tex-fmt"

Install from the
[Arch User Repository](https://aur.archlinux.org/packages/tex-fmt).
For example, using the `yay` AUR helper:
For example, using the [yay](https://github.com/Jguer/yay) AUR helper:

``` shell
yay -S tex-fmt
Expand Down

0 comments on commit ceb3cfb

Please sign in to comment.