Commit Graph

24 Commits

Author SHA1 Message Date
b53c9c75cf Rename to arduino-sketch-builder-nix 2025-10-17 14:26:02 +02:00
2fe354b7eb Merge branch 'main' into clerie/arduino-env 2025-10-17 14:05:29 +02:00
Bouke van der Bijl
cfa82ced5b Merge pull request #11 from SFrijters/fetchurl-fix
Use pkgs.fetchurl instead of implicit builtins.fetchurl
2025-09-23 09:42:41 +02:00
Stefan Frijters
d37e988cee Use pkgs.fetchurl instead of implicit builtins.fetchurl
We do not want or need these downloads at eval time,
and it breaks eval/builds in memory-constrained environments.
2025-09-20 14:35:11 +02:00
Bouke van der Bijl
dd6c6f4de7 Merge pull request #8 from srd424/readme-fix
Remove references to different branches from example in README
2024-12-27 21:41:18 +01:00
Steve Dee
6b092895be Remove references to different branches from example in README 2024-12-27 18:20:25 +00:00
Bouke van der Bijl
86e8139e45 Create 'staging' directory
The latest version of the CLI tries to create this dir and errors if it
can't
2024-10-01 16:36:24 +02:00
Bouke van der Bijl
4e0dc359f8 Merge pull request #5 from Schuwi/main
Fix aarch64 architecture recognition
2024-03-11 14:06:07 +01:00
Schuwi
b213bf5bfb Fix aarch64 architecture recognition 2024-03-11 13:44:25 +01:00
fbdd609c0d Correct shell usage example 2023-12-03 18:20:06 +01:00
2263f20c42 Make packages and libraries optional in mkArduinoEnv 2023-12-03 17:13:26 +01:00
05be1c4528 Explain runtimeInputs for special platforms 2023-12-03 16:49:29 +01:00
b8e882a56c Rename additional inputs to runtimeInputs 2023-12-03 16:43:13 +01:00
dca68e37bc Expand README 2023-12-03 16:38:37 +01:00
04fbc71dc0 Remove unnecassary buildinput 2023-12-03 16:21:46 +01:00
93f70c8abf Prototype arduinoEnv 2023-12-03 16:10:35 +01:00
ab21522b6c Make arduino-cli wrapper more readable 2023-12-03 16:09:37 +01:00
73e91aa4a7 Ignore nix build output 2023-12-03 16:09:01 +01:00
Bouke van der Bijl
0b79d70bb0 Create LICENSE 2023-12-02 13:16:18 +01:00
Bouke van der Bijl
2be856791f Run pre/post install hooks 2022-12-21 17:01:04 +01:00
Bouke van der Bijl
7653e724f3 Add README 2022-12-20 18:31:51 +01:00
Bouke van der Bijl
34bad86b5d Expose dataPath and userPath 2022-12-20 15:35:58 +01:00
Bouke van der Bijl
6714bd2d25 Expory latestVersion 2022-12-20 15:13:29 +01:00
Bouke van der Bijl
b2afa2da8c Initial commit 2022-12-20 15:04:26 +01:00