From 3e21e627e0da08bc6bb78b9e505c418977bfc007 Mon Sep 17 00:00:00 2001 From: Davi Ribeiro <104164579+Markus328@users.noreply.github.com> Date: Thu, 14 Aug 2025 04:24:33 -0300 Subject: nix: use newer version of app2unit (#419) --- flake.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 7af96cc..31172f8 100644 --- a/flake.nix +++ b/flake.nix @@ -35,6 +35,7 @@ withX11 = false; withI3 = false; }; + app2unit = pkgs.callPackage ./nix/app2unit.nix {inherit pkgs;}; caelestia-cli = inputs.caelestia-cli.packages.${pkgs.system}.default; }; with-cli = caelestia-shell.override {withCli = true;}; -- cgit v1.2.3-freya