diff options
-rw-r--r-- | flake.nix | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -37,5 +37,9 @@ flash-counter = image.flash teensy-test "counter"; flash-ulisp = image.flash teensy-ulisp "ulisp-arm"; }; + + custom = { + inherit image imageWith teensy-extras; + }; }; } |