Skip to content

Commit 88e365d

Browse files
authored
Add Nix package run option (#73)
Currently available at my nixpkgs fork, but hopefully it can be merged upstream soon (tm).
1 parent c28bbc9 commit 88e365d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ sudo snap install diagon
3333
[![snapstore](https://snapcraft.io/diagon/badge.svg)](https://snapcraft.io/diagon)
3434
[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-white.svg)](https://snapcraft.io/diagon)
3535

36+
It is also available as a Nix package:
37+
38+
~~~bash
39+
nix run github:petertrotman/nixpkgs/Diagon#diagon
40+
~~~
41+
42+
(A pull request is open to have this merged into NixOS/nixpkgs [**here**](https://github.com/NixOS/nixpkgs/pull/297736))
43+
3644
## Javascript library
3745
See the JS library [diagonjs](https://github.com/elmouradiaminedev/diagonjs)
3846
```bash

0 commit comments

Comments
 (0)