Merge branch 'main' into clerie/arduino-env
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user