From 136f9ace338bd101822665c3f0518c76a85adad6 Mon Sep 17 00:00:00 2001 From: Soramane <61896496+soramanew@users.noreply.github.com> Date: Thu, 17 Jul 2025 20:19:41 +1000 Subject: nix: fix flake input --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 0e4a731..0465865 100644 --- a/flake.nix +++ b/flake.nix @@ -42,7 +42,7 @@ withI3 = false; }; app2unit = inputs.app2unit.packages.${pkgs.system}.default; - caelestia-cli = inputs.caelestia-cli.packages.${pkgs.system}.default.override; + caelestia-cli = inputs.caelestia-cli.packages.${pkgs.system}.default; }; default = caelestia-shell; }); -- cgit v1.2.3-freya