summary refs log tree commit diff stats
path: root/system/settings/hardware/keyboardio-model01.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/settings/hardware/keyboardio-model01.nix')
-rw-r--r--system/settings/hardware/keyboardio-model01.nix4
1 files changed, 2 insertions, 2 deletions
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";
 }