Go to file
Kristian Krsnik 5586cecb4f
added overlay
2024-02-06 12:51:20 +01:00
.envrc added documentation and dev tools 2024-01-25 17:19:11 +01:00
.gitignore added documentation and dev tools 2024-01-25 17:19:11 +01:00
README.md updated readme and automatically download appimage 2024-01-27 14:48:05 +01:00
flake.lock initial commit 2024-01-24 21:50:46 +01:00
flake.nix added overlay 2024-02-06 12:51:20 +01:00

README.md

Story Architect Flake

This flake packages the Story Architect AppImage.

Build

nix build

Developing

nix develop

This will put you in a shell with appimage-run and other useful utilities. It will also download the AppImage that is currently being packaged. To manually download the AppImage do:

nix run .#dev

Resources