nixos/tests/ombi.nix: get rid of with lib
This commit is contained in:
parent
196debcf29
commit
4e9cdcb64e
1 changed files with 1 additions and 3 deletions
|
@ -1,10 +1,8 @@
|
|||
import ./make-test-python.nix ({ lib, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
{
|
||||
name = "ombi";
|
||||
meta.maintainers = with maintainers; [ woky ];
|
||||
meta.maintainers = with lib.maintainers; [ woky ];
|
||||
|
||||
nodes.machine =
|
||||
{ pkgs, ... }:
|
||||
|
|
Loading…
Reference in a new issue