moosync-flake/README.md

28 lines
475 B
Markdown
Raw Permalink Normal View History

2024-02-05 20:51:23 +00:00
# Moosync Flake
2024-01-28 17:36:58 +00:00
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)