mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
nixos/tests/uptime-kuma.nix: get rid of with lib
This commit is contained in:
parent
de2927e336
commit
9fe5926b15
@ -1,10 +1,8 @@
|
|||||||
import ./make-test-python.nix ({ lib, ... }:
|
import ./make-test-python.nix ({ lib, ... }:
|
||||||
|
|
||||||
with lib;
|
|
||||||
|
|
||||||
{
|
{
|
||||||
name = "uptime-kuma";
|
name = "uptime-kuma";
|
||||||
meta.maintainers = with maintainers; [ julienmalka ];
|
meta.maintainers = with lib.maintainers; [ julienmalka ];
|
||||||
|
|
||||||
nodes.machine =
|
nodes.machine =
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
Loading…
Reference in New Issue
Block a user