aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
Commit message (Collapse)AuthorAge
* flake: add example as a packagepacien2022-10-26
| | | | | | | | | | | | This allows quickly testing compiling the example gallery with a given version of ldgallery. For example: ```sh nix build github:ldgallery/ldgallery?rev=commithash#example -o result python -m http.server --directory result ``` GitHub: closes #339
* project: set new version for release 2.1pacien2022-09-04
|
* flake: add useful commands to readmepacien2022-09-04
|
* project: add nix flakepacien2022-09-03
GitHub: related to #285