⬇️ | A gtk4/libadwaita installer for NixOS based distributions [maintainer=@bahrom04]
  • Rust 91.8%
  • Nix 4.3%
  • Meson 3.4%
  • Shell 0.5%
Find a file
2026-04-07 19:42:32 +05:00
.github/workflows chore: changing runners to testing 2026-03-09 05:16:39 +05:00
build-aux chore: ported snow 2025-02-18 12:57:25 +05:00
config chore: move to mirror repos 2026-03-30 18:59:14 +05:00
data doc: set .local folder for development app 2026-04-07 19:42:32 +05:00
modules/nixos/xeonitte chore: ported snow 2025-02-18 12:57:25 +05:00
packages chore: remove unused packages on nix 2026-02-19 18:00:11 +05:00
po fix: LINGUAS 2025-09-26 15:24:09 +05:00
shells/xeonitte chore: remove unused packages on nix 2026-02-19 18:00:11 +05:00
src fix: uzbek language format utf 2026-04-03 23:46:55 +05:00
xeonitte-helper refactor: format and change code lines order for better readability 2026-02-19 17:57:26 +05:00
.envrc chore: ported snow 2025-02-18 12:57:25 +05:00
.gitignore doc: add devshell build way to avoid nix building all over 2026-04-03 23:11:21 +05:00
Cargo.lock chore: update cargo deps 2026-02-19 18:15:04 +05:00
Cargo.toml chore: update cargo deps 2026-02-19 18:15:04 +05:00
flake.lock chore: move to mirror repos 2026-03-30 18:59:14 +05:00
flake.nix chore: move to mirror repos 2026-03-30 18:59:14 +05:00
LICENSE chore: adopt upstream license 2025-05-22 02:47:50 +05:00
meson.build feat: new version updated with deps 2026-01-07 16:58:06 +05:00
meson_options.txt chore: ported snow 2025-02-18 12:57:25 +05:00
README.md doc: set .local folder for development app 2026-04-07 19:42:32 +05:00
rust-toolchain.toml chore: set stable toolchatino 2026-01-07 15:54:38 +05:00

Xeonitte

A graphical installer for NixOS based distributions.

Top Used Language Test CI

Development

This application has Linux-only dependencies.

# download dependencies
nix develop

# Initiate meson environment for the first time. This will generate ./src/config.rs
meson setup build

# build the project
nix build --show--trace

# Go one folder back and run bin outside of nix-shell.
cd ..
./xeonitte/result/bin/xeonitte

# Optional. Generate translation words from /po/POTFILES.in if needed.
cd ./po
xgettext --directory=.. --files-from=POTFILES.in --from-code=UTF-8 -kgettext -o translations.pot

New testing way

# on first time run this or dependencies changes usually .nix/flake.lock changed
# to build & run. Remove buildtype, Dprofile to test in --release flag
meson setup builddir --prefix=~/.local --reconfigure --buildtype=debug -Dprofile=development

ninja -C builddir install && ~/.local/bin/xeonitte

All ./config folder data will be generated by meson after nix build. The code searchs for files from /etc/xeonitte so you will grab it manually from ./result/xeonitte folder and put it /etc/xeonitte.

sudo cp -r ./result/etc/xeonitte /etc/xeonitte

Code formatter and checkers

nix fmt .
nix flake check --system x86_64-linux --show-trace
nix repl :lf .

# geting narHash
nix flake prefetch "github:xinux-org/modules"
# getting rev
git rev-parse main