nix-config/modules/nix/ide/default.nix
2025-07-21 13:55:23 +02:00

7 lines
69 B
Nix

{ lib, config, pkgs, ... }:
{
imports = [
./arduino.nix
];
}