No description
  • Rust 98.2%
  • Nix 1.8%
Find a file
municorn c46425a917
chore: update flake dependencies and add rustfmt config to gitignore
- add .rustfmt.toml to gitignore to exclude local formatting config
- update devenv.lock with latest dependency versions
- update flake.lock to track latest devenv and nixpkgs revisions
- bump rust-overlay, treefmt-nix, and other flake inputs to latest versions
- switch crate2nix source from nix-community to rossng fork with pinned revision
2026-04-14 22:12:32 -06:00
libaria test(libaria): add integration tests for context 2026-04-02 16:29:39 -06:00
libaria-boot feat(libaria-boot): implement boot/shutdown sound player 2026-04-02 16:11:21 -06:00
libaria-play style(libaria-play): simplify clap argument definitions 2026-04-02 18:22:35 -06:00
services feat(services): add systemd unit files for boot, shutdown, and reboot sounds 2026-04-02 16:13:02 -06:00
src chore: initialize libaria workspace with project scaffolding 2026-04-02 15:09:44 -06:00
.envrc chore: initialize libaria workspace with project scaffolding 2026-04-02 15:09:44 -06:00
.gitignore chore: update flake dependencies and add rustfmt config to gitignore 2026-04-14 22:12:32 -06:00
Cargo.lock feat(libaria-boot): implement boot/shutdown sound player 2026-04-02 16:11:21 -06:00
Cargo.toml chore: convert to workspace structure with libaria-boot and libaria-play 2026-04-02 15:09:44 -06:00
devenv.lock chore: update flake dependencies and add rustfmt config to gitignore 2026-04-14 22:12:32 -06:00
devenv.nix build(devenv): add audio library dependencies and pkg-config 2026-04-02 15:09:44 -06:00
devenv.yaml chore: initialize libaria workspace with project scaffolding 2026-04-02 15:09:44 -06:00
flake.lock chore: update flake dependencies and add rustfmt config to gitignore 2026-04-14 22:12:32 -06:00
flake.nix chore: initialize libaria workspace with project scaffolding 2026-04-02 15:09:44 -06:00
LICENSE-APACHE chore: initialize libaria workspace with project scaffolding 2026-04-02 15:09:44 -06:00
LICENSE-MIT chore: initialize libaria workspace with project scaffolding 2026-04-02 15:09:44 -06:00
PLAN.md chore: initialize libaria workspace with project scaffolding 2026-04-02 15:09:44 -06:00
README.md chore: initialize libaria workspace with project scaffolding 2026-04-02 15:09:44 -06:00

libaria

An alternative implementation of the freedesktop sound theme specification, written in Rust.