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

This commit is contained in:
Anderson Torres 2023-04-29 22:17:05 -03:00
parent f872db7aed
commit 75a76768fe

View File

@ -1,10 +1,8 @@
import ./make-test-python.nix ({ pkgs, lib, ... }:
with lib;
{
name = "xautolock";
meta.maintainers = with pkgs.lib.maintainers; [ ];
meta.maintainers = [ ];
nodes.machine = {
imports = [ ./common/x11.nix ./common/user-account.nix ];