starc-flake/README.md

28 lines
492 B
Markdown

# Story Architect Flake
This flake packages the [Story Architect](https://github.com/story-apps/starc) AppImage.
## Build
```txt
nix build
```
## Developing
```txt
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:
```txt
nix run .#dev
```
### Resources
* [Nix Manual](https://nixos.org/manual/nixpkgs/stable/#sec-pkgs-appimageTools)