Add Nix package run option (#73)

Currently available at my nixpkgs fork, but hopefully it can be merged upstream soon (tm).
This commit is contained in:
Peter Trotman
2024-03-25 21:09:23 +00:00
committed by GitHub
parent c28bbc9d94
commit 88e365d12b
+8
View File
@@ -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