diff --git a/pkgs/prometheus-fritzbox-exporter/default.nix b/pkgs/prometheus-fritzbox-exporter/default.nix index 489d048..8afce04 100644 --- a/pkgs/prometheus-fritzbox-exporter/default.nix +++ b/pkgs/prometheus-fritzbox-exporter/default.nix @@ -1,4 +1,4 @@ -{ stdenv, buildGoModule, fetchFromGitHub, nixosTests }: +{ lib, stdenv, buildGoModule, fetchFromGitHub, nixosTests }: buildGoModule rec { pname = "fritzbox-exporter"; @@ -18,7 +18,7 @@ buildGoModule rec { passthru.tests = { inherit (nixosTests.prometheus-exporters) fritzbox; }; - meta = with stdenv.lib; { + meta = with lib; { description = "Prometheus Exporter for FRITZ!Box (TR64 and UPnP)"; homepage = "https://github.com/mxschmitt/fritzbox_exporter"; license = licenses.asl20;