We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cee3aff + ecac4bf commit b0c77b3Copy full SHA for b0c77b3
2 files changed
README.md
@@ -75,7 +75,7 @@ flash # flasher script
75
fw.elf # firmware files
76
fw.hex # ...
77
$ # flash the compiled firmware
78
-$ sudo ./result/bin/flash
+$ sudo ./result/bin/flash # or nix run
79
Flashing /nix/store/b5jnf80...-nixcaps-compile/bin/fw.hex ...
80
Teensy Loader, Command Line, Version 2.3
81
Read "/nix/store/b5jnf80...-nixcaps-compile/bin/fw.hex": 28074 bytes, 87.0% usage
nixcaps.nix
@@ -56,5 +56,6 @@
56
buildDrv
57
(lib.optional (!isNull flash) flashDrv)
58
];
59
+ meta.mainProgram = "flash";
60
};
61
}
0 commit comments