Fix schema test

This commit is contained in:
Johannes Kirschbauer
2024-07-14 13:52:21 +02:00
parent 7bbe63a525
commit ad321976ff
5 changed files with 8 additions and 9 deletions

View File

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