From 4e90ced9a8b8a48fe1e4f3d1a5c47bbeebfd3c00 Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Wed, 9 Oct 2024 12:56:32 +0200 Subject: [PATCH] Inventory: removed devshell input --- lib/inventory/flake-module.nix | 1 - 1 file changed, 1 deletion(-) 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 ];