forked from mirrors/nixpkgs
nixos/tests/libreddit.nix: get rid of with lib
This commit is contained in:
parent
80042b4cd3
commit
9f34f195e1
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue