Loading nixos/modules/services/misc/klipper.nix +1 −1 Original line number Diff line number Diff line Loading @@ -217,7 +217,7 @@ in } ] ++ lib.mapAttrsToList (mcu: firmware: { assertion = firmware.enable -> firmware.serial != null; assertion = firmware.enableKlipperFlash -> firmware.serial != null; message = '' Unable to determine the serial connection for services.klipper.firmwares."${mcu}". Please set one of the following: Loading Loading
nixos/modules/services/misc/klipper.nix +1 −1 Original line number Diff line number Diff line Loading @@ -217,7 +217,7 @@ in } ] ++ lib.mapAttrsToList (mcu: firmware: { assertion = firmware.enable -> firmware.serial != null; assertion = firmware.enableKlipperFlash -> firmware.serial != null; message = '' Unable to determine the serial connection for services.klipper.firmwares."${mcu}". Please set one of the following: Loading