Go to file
Kristian Krsnik c656bad373
updated README
2024-02-05 21:51:23 +01:00
.envrc initial commit 2024-01-28 18:36:58 +01:00
.gitignore initial commit 2024-01-28 18:36:58 +01:00
README.md updated README 2024-02-05 21:51:23 +01:00
flake.lock initial commit 2024-01-28 18:36:58 +01:00
flake.nix initial commit 2024-01-28 18:36:58 +01:00

README.md

Moosync Flake

This flake packages the Moosync AppImage.

Build

nix build

Developing

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:

nix run .#dev

Resources