Fix wrong unit tests

This commit is contained in:
Johannes Kirschbauer
2024-08-01 14:27:07 +02:00
parent bf7b8fca7b
commit 440122d470
2 changed files with 4 additions and 5 deletions

View File

@@ -38,8 +38,5 @@ eval {
rest
# implementation
./module.nix
# Explicit output, usually defined by flake-parts
{ options.nixosConfigurations = lib.mkOption { type = lib.types.raw; }; }
];
}