1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

This commit is contained in:
Anderson Torres 2023-04-30 11:26:17 -03:00
parent 6351703280
commit 13dc33c7ac

View file

@ -17,10 +17,9 @@ let
'';
in
with lib;
{
name = "miniflux";
meta.maintainers = with pkgs.lib.maintainers; [ ];
meta.maintainers = [ ];
nodes = {
default =