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

@@ -1,7 +1,7 @@
# run these tests via `nix-unit ./test.nix`
{
lib ? (import <nixpkgs> { }).lib,
slib ? import ./. { inherit lib; },
slib ? (import ./. { inherit lib; } { }),
}:
{
parseOption = import ./test_parseOption.nix { inherit lib slib; };