From 3ca8e690ed58f4267cc4ec132551d24a9a557e85 Mon Sep 17 00:00:00 2001 From: Vika Date: Wed, 28 Aug 2024 17:39:11 +0300 Subject: Bring in gettext and related tools xtr is better at extracting translatables from Rust than xgettext is. --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index dc30db3..24a1f94 100644 --- a/flake.nix +++ b/flake.nix @@ -32,6 +32,8 @@ packages = { bowl = bowl; default = self.packages.${system}.bowl; + # Needed for translations + xtr = pkgs.callPackage ./pkgs/xtr {}; }; checks = { @@ -55,6 +57,7 @@ # Extra inputs can be added here; cargo and rustc are provided by default. packages = [ pkgs.rust-analyzer + self.packages.${system}.xtr ]; }; }); -- cgit 1.4.1