mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
klipper-firmware: also copy uf2 firmware
klipper.uf2 is used by rp2040
This commit is contained in:
parent
506413910e
commit
a156597b00
@ -48,6 +48,7 @@
|
||||
cp ./.config $out/config
|
||||
cp out/klipper.bin $out/ || true
|
||||
cp out/klipper.elf $out/ || true
|
||||
cp out/klipper.uf2 $out/ || true
|
||||
'';
|
||||
|
||||
dontFixup = true;
|
||||
|
Loading…
Reference in New Issue
Block a user