Inventory: removed devshell input

This commit is contained in:
Johannes Kirschbauer
2024-10-09 12:56:32 +02:00
parent 08d26b9463
commit 4e90ced9a8

View File

@@ -19,7 +19,6 @@ in
{
devShells.inventory-schema = pkgs.mkShell {
inputsFrom = with config.checks; [
lib-inventory-examples-cue
lib-inventory-eval
self'.devShells.default
];