Merge pull request #277512 from trofi/owncast-fix-test-eval
owncast: fix `tests` eval
This commit is contained in:
@@ -36,7 +36,7 @@ in buildGoModule {
|
||||
runHook postCheck
|
||||
'';
|
||||
|
||||
passthru.tests.owncast = nixosTests.testOwncast;
|
||||
passthru.tests.owncast = nixosTests.owncast;
|
||||
|
||||
meta = with lib; {
|
||||
description = "self-hosted video live streaming solution";
|
||||
|
||||
Reference in New Issue
Block a user