starc-flake/README.md

28 lines
492 B
Markdown
Raw Permalink Normal View History

2024-01-25 16:19:11 +00:00
# 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
```
2024-01-25 16:19:11 +00:00
### Resources
* [Nix Manual](https://nixos.org/manual/nixpkgs/stable/#sec-pkgs-appimageTools)