Go to file
Kristian Krsnik 3dc9935de4
initial commit
2024-01-28 18:36:58 +01:00
.envrc initial commit 2024-01-28 18:36:58 +01:00
.gitignore initial commit 2024-01-28 18:36:58 +01:00
README.md initial commit 2024-01-28 18:36:58 +01:00
flake.lock initial commit 2024-01-28 18:36:58 +01:00
flake.nix initial commit 2024-01-28 18:36:58 +01:00

README.md

Story Architect Flake

This flake packages the Moosync 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