Skip to content

Commit

Permalink
Add Nix package run option (#73)
Browse files Browse the repository at this point in the history
Currently available at my nixpkgs fork, but hopefully it can be merged upstream soon (tm).
  • Loading branch information
petertrotman authored Mar 25, 2024
1 parent c28bbc9 commit 88e365d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ sudo snap install diagon
[![snapstore](https://snapcraft.io/diagon/badge.svg)](https://snapcraft.io/diagon)
[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-white.svg)](https://snapcraft.io/diagon)

It is also available as a Nix package:

~~~bash
nix run github:petertrotman/nixpkgs/Diagon#diagon
~~~

(A pull request is open to have this merged into NixOS/nixpkgs [**here**](https://github.com/NixOS/nixpkgs/pull/297736))

## Javascript library
See the JS library [diagonjs](https://github.com/elmouradiaminedev/diagonjs)
```bash
Expand Down

0 comments on commit 88e365d

Please sign in to comment.