From 0237d4a052957e3c8a5ac91d933752388a9ed824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sat, 24 May 2025 03:21:48 +0200 Subject: [PATCH] Fix typo in module --- nix/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/module.nix b/nix/module.nix index 27bb0ed..3ba6ec9 100644 --- a/nix/module.nix +++ b/nix/module.nix @@ -6,7 +6,7 @@ }: let cfg = config.labmon; - settingsFormat = pkgs.format.toml { }; + settingsFormat = pkgs.formats.toml { }; settingsFile = settingsFormat.generate "labmon.toml" cfg.labmon.settings; in