From 465c200c8367aef8c9dd066f9fddc2d1834487f7 Mon Sep 17 00:00:00 2001 From: Soramane <61896496+soramanew@users.noreply.github.com> Date: Thu, 17 Jul 2025 13:09:07 +1000 Subject: nix: fix circular dep update flake inputs --- flake.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 7e0de40..f172ce3 100644 --- a/flake.nix +++ b/flake.nix @@ -13,6 +13,7 @@ url = "github:caelestia-dots/shell"; inputs.nixpkgs.follows = "nixpkgs"; inputs.app2unit.follows = "app2unit"; + inputs.caelestia-cli.follows = ""; }; }; -- cgit v1.2.3-freya