diff options
Diffstat (limited to 'manifest.scm')
| -rw-r--r-- | manifest.scm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/manifest.scm b/manifest.scm new file mode 100644 index 0000000000..1c012490d7 --- /dev/null +++ b/manifest.scm | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | (use-modules (gnu packages base) | ||
| 2 | (gnu packages commencement) | ||
| 3 | (gnu packages embedded) | ||
| 4 | (gnu packages firmware) | ||
| 5 | (gnu packages python)) | ||
| 6 | |||
| 7 | (packages->manifest | ||
| 8 | (list (make-arm-none-eabi-nano-toolchain-12.3.rel1) | ||
| 9 | gnu-make | ||
| 10 | python | ||
| 11 | qmk)) | ||
