From 298db108f052348a83581a315396ca1bd8d584e2 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 11 Jun 2022 16:03:15 +0200 Subject: update settings to build on 22.05 --- system/settings/hardware/keyboardio-model01.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/settings/hardware/keyboardio-model01.nix') diff --git a/system/settings/hardware/keyboardio-model01.nix b/system/settings/hardware/keyboardio-model01.nix index 7a624f56..9c44a916 100644 --- a/system/settings/hardware/keyboardio-model01.nix +++ b/system/settings/hardware/keyboardio-model01.nix @@ -6,8 +6,8 @@ ''; environment.systemPackages = with pkgs; [ - arduino_core + arduino-core ]; - environment.variables.ARDUINO_PATH = "${pkgs.arduino_core}/share/arduino"; + environment.variables.ARDUINO_PATH = "${pkgs.arduino-core}/share/arduino"; } -- cgit 1.4.1