From 1cd0f1188ed2cce278a10d42fd089975f37cd960 Mon Sep 17 00:00:00 2001 From: h7x4 Date: Tue, 23 Jan 2024 05:34:01 +0100 Subject: [PATCH] modules/machineVars: types.string -> types.str --- modules/machineVars.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/machineVars.nix b/modules/machineVars.nix index ea4b47a..0caacf0 100644 --- a/modules/machineVars.nix +++ b/modules/machineVars.nix @@ -52,13 +52,13 @@ t tools preinstalled."; (music, video and image editing) installed."; wlanInterface = mkOption { - type = types.nullOr types.string; + type = types.nullOr types.str; default = null; }; # Check " ls -1 /sys/class/power_supply/ " battery = mkOption { - type = types.nullOr types.string; + type = types.nullOr types.str; default = null; };