From 19431534c954f763eb095dd131fd0b19ff74837b Mon Sep 17 00:00:00 2001 From: Soramane <61896496+soramanew@users.noreply.github.com> Date: Wed, 16 Jul 2025 13:38:19 +1000 Subject: nix: optionally include cli update flake inputs --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 6a91668..a68b6fa 100644 --- a/flake.nix +++ b/flake.nix @@ -13,6 +13,12 @@ url = "github:soramanew/app2unit"; inputs.nixpkgs.follows = "nixpkgs"; }; + + caelestia-cli = { + url = "github:caelestia-dots/cli"; + inputs.nixpkgs.follows = "nixpkgs"; + inputs.app2unit.follows = "app2unit"; + }; }; outputs = { @@ -35,6 +41,7 @@ withI3 = false; }; app2unit = inputs.app2unit.packages.${pkgs.system}.default; + caelestia-cli = inputs.caelestia-cli.packages.${pkgs.system}.default.override; }; default = caelestia-shell; }); -- cgit v1.2.3-freya