From a2a0bb5866b18ea4d66fdbdf089e0ca25b222b9e Mon Sep 17 00:00:00 2001 From: Soramane <61896496+soramanew@users.noreply.github.com> Date: Sat, 9 Aug 2025 12:56:56 +1000 Subject: nix: use nixpkgs app2unit --- flake.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 79ae4b1..cb3c6b0 100644 --- a/flake.nix +++ b/flake.nix @@ -9,15 +9,9 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - app2unit = { - url = "github:soramanew/app2unit"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - caelestia-cli = { url = "github:caelestia-dots/cli"; inputs.nixpkgs.follows = "nixpkgs"; - inputs.app2unit.follows = "app2unit"; inputs.caelestia-shell.follows = ""; }; }; @@ -41,9 +35,9 @@ withX11 = false; withI3 = false; }; - app2unit = inputs.app2unit.packages.${pkgs.system}.default; caelestia-cli = inputs.caelestia-cli.packages.${pkgs.system}.default; }; + with-cli = caelestia-shell.override {withCli = true;}; default = caelestia-shell; }); -- cgit v1.2.3-freya