Merge branch 'main' into clerie/arduino-env

This commit is contained in:
2025-10-17 14:05:29 +02:00
5 changed files with 16 additions and 21 deletions

View File

@@ -22,6 +22,9 @@ let
(pkgs.writeTextDir "package_index.json" (builtins.toJSON {packages = [];}))
(pkgs.writeTextDir "library_index.json" (builtins.toJSON {libraries = [];}))
];
postBuild = ''
mkdir -p $out/staging
'';
};
in
pkgs.runCommand "arduino-cli-wrapped" {