summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index eba78cd..a1f73e3 100644
--- a/flake.nix
+++ b/flake.nix
@@ -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;
+ };
};
}