Add Arduino IDE
This commit is contained in:
8
systems/modules/arduino-ide.nix
Normal file
8
systems/modules/arduino-ide.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
arduino-ide
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user