diff --git a/lib/inventory/flake-module.nix b/lib/inventory/flake-module.nix index 1e654cae9..74fa9b36c 100644 --- a/lib/inventory/flake-module.nix +++ b/lib/inventory/flake-module.nix @@ -19,7 +19,6 @@ in { devShells.inventory-schema = pkgs.mkShell { inputsFrom = with config.checks; [ - lib-inventory-examples-cue lib-inventory-eval self'.devShells.default ];