28 lines
483 B
Markdown
28 lines
483 B
Markdown
|
# Story Architect Flake
|
||
|
|
||
|
This flake packages the [Moosync](https://github.com/Moosync/Moosync) 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)
|