seperate out arduino
This commit is contained in:
parent
667216c835
commit
25747846df
2 changed files with 13 additions and 5 deletions
12
common/arduino.nix
Normal file
12
common/arduino.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ pkgs, lib, config, ... }: {
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
arduino-ide
|
||||
adafruit-nrfutil
|
||||
];
|
||||
|
||||
services.udev.extraRules = ''
|
||||
KERNEL=="ttyACM0", MODE="0666"
|
||||
'';
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue