lol

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

+1 -3
+1 -3
nixos/tests/libreddit.nix
··· 1 1 import ./make-test-python.nix ({ lib, ... }: 2 2 3 - with lib; 4 - 5 3 { 6 4 name = "libreddit"; 7 - meta.maintainers = with maintainers; [ fab ]; 5 + meta.maintainers = with lib.maintainers; [ fab ]; 8 6 9 7 nodes.machine = { 10 8 services.libreddit.enable = true;