Fix wrong unit tests

This commit is contained in:
Johannes Kirschbauer
2024-08-01 14:27:07 +02:00
parent ef58bea020
commit ac6b7f84e0
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; }; }
];
}