nixos/tests/libreddit.nix: get rid of with lib

This commit is contained in:
Anderson Torres 2023-04-30 11:26:17 -03:00
parent 80042b4cd3
commit 9f34f195e1

View File

@ -1,10 +1,8 @@
import ./make-test-python.nix ({ lib, ... }:
with lib;
{
name = "libreddit";
meta.maintainers = with maintainers; [ fab ];
meta.maintainers = with lib.maintainers; [ fab ];
nodes.machine = {
services.libreddit.enable = true;