From f8d61d957d4a2d086f4b97f2e3d7d19d0bb35f13 Mon Sep 17 00:00:00 2001 From: Vika Date: Sun, 1 Sep 2024 18:10:26 +0300 Subject: Mesonify build 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. --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 24a1f94..fad8145 100644 --- a/flake.nix +++ b/flake.nix @@ -58,6 +58,8 @@ packages = [ pkgs.rust-analyzer self.packages.${system}.xtr + + pkgs.desktop-file-utils ]; }; }); -- cgit 1.4.1