Go to file
Kristian Krsnik 8170151c84
added documentation and dev tools
2024-01-25 17:19:11 +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 added documentation and dev tools 2024-01-25 17:19:11 +01:00
flake.lock initial commit 2024-01-24 21:50:46 +01:00
flake.nix added documentation and dev tools 2024-01-25 17:19:11 +01:00

README.md

Story Architect Flake

This flake packages the Story Architect AppImage.

Build

nix build

Developing

nix develop
nix run .#dev

The nix run .#dev command will download the AppImage used for building. It can then be inspected locally with tools like file and appimage-run, which are offered by the nix develop command.

Resources