Commit 6955c0c0 authored by Anderson Torres's avatar Anderson Torres
Browse files

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

parent 21b0935d
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
import ./make-test-python.nix ({ pkgs, lib, ... }:

with lib;

{
import ./make-test-python.nix ({ pkgs, lib, ... }: {
  name = "yabar";
  meta = with pkgs.lib.maintainers; {
    maintainers = [ ];
  };
  meta.maintainers = [ ];

  nodes.machine = {
    imports = [ ./common/x11.nix ./common/user-account.nix ];