This application has Linux-only dependencies.
# install disko on global config
environment.systemPackages = pkgs; [ disko ];# download dependencies
nix develop
# Generate configuration file
just setup
# Build
just install
# Run
just run
# Or one time build.
nix build --show--trace
# Optional. Generate translation words from /po/POTFILES.in if needed.
just transAll ./config folder data will be generated by meson after
nix build. The code searchs for files from ~/.local/etc/xeonitte so you have to remove this folder andjust installto update them.
nix fmt .
nix flake check --system x86_64-linux --show-trace
nix repl :lf .
