nixos/tests/osquery.nix: remove overuses of with

This commit is contained in:
Anderson Torres 2023-07-28 22:27:17 -03:00
parent 62f6f01085
commit c5ffb694d9

View File

@ -1,7 +1,5 @@
import ./make-test-python.nix ({ lib, pkgs, ... }:
with lib;
let
config_refresh = "10";
nullvalue = "NULL";
@ -9,9 +7,7 @@ let
in
{
name = "osquery";
meta = with maintainers; {
maintainers = [ znewman01 lewo ];
};
meta.maintainers = with lib.maintainers; [ znewman01 lewo ];
nodes.machine = { config, pkgs, ... }: {
services.osquery = {