Create 'staging' directory
The latest version of the CLI tries to create this dir and errors if it can't
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