summary refs log tree commit diff
path: root/flake.nix
Commit message (Collapse)AuthorAgeFilesLines
* Add overlay to the flake HEAD mainVika10 hours1-0/+6
|
* Bump version to 1.0.1 v1.0.1Vika2024-10-221-0/+2
|
* flake.lock: UpdateVika2024-10-211-1/+0
| | | | | | | | | | | | | | | Flake lock file updates: • Updated input 'crane': 'github:ipetkov/crane/529c1a0b1f29f0d78fa3086b8f6a134c71ef3aaf' (2024-07-24) → 'github:ipetkov/crane/fa8b7445ddadc37850ed222718ca86622be01967' (2024-10-18) • Removed input 'crane/nixpkgs' • Updated input 'flake-utils': 'github:numtide/flake-utils/b1d9ab70662946ef0850d488da1c9019f3a9752a' (2024-03-11) → 'github:numtide/flake-utils/c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a' (2024-09-17) • Updated input 'nixpkgs': 'github:vikanezrimaya/nixpkgs/0e04d7d5e7c41d1ffb76f169d15eb80fe0538c3c' (2024-08-16) → 'github:nixos/nixpkgs/4c2fcb090b1f3e5b47eaa7bd33913b574a11e0a0' (2024-10-18)
* Make LLM enhancements optionalVika2024-09-041-0/+4
|
* Add gettext manuals to the devshellVika2024-09-041-0/+6
| | | | This is a hack.
* Mesonify buildVika2024-09-041-0/+2
| | | | | | | | This took a while and had me scratching my head often. But I managed to combine the best parts of Crane and Meson together, allowing me to have blazing fast Nix builds. This also adds initial scaffolding for gettext and other cool things.
* Bring in gettext and related toolsVika2024-08-281-0/+3
| | | | xtr is better at extracting translatables from Rust than xgettext is.
* Initial Nix & Cargo boilerplate for a Relm4 projectVika2024-08-191-0/+61