about summary refs log tree commit diff
path: root/nixos/modules/services/monitoring/systemhealth.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/services/monitoring/systemhealth.nix')
-rw-r--r--nixos/modules/services/monitoring/systemhealth.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/monitoring/systemhealth.nix b/nixos/modules/services/monitoring/systemhealth.nix
index 0a3e666ad4e7a..b0e59595e1337 100644
--- a/nixos/modules/services/monitoring/systemhealth.nix
+++ b/nixos/modules/services/monitoring/systemhealth.nix
@@ -1,6 +1,6 @@
-{config, pkgs, ...}:
+{ config, lib, pkgs, ... }:
 
-with pkgs.lib;
+with lib;
 
 let
   cfg = config.services.systemhealth;