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
|
|
|
|
```
|
|
|
|
|
2024-01-27 13:48:05 +00:00
|
|
|
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)
|