From ff42cd0804d2e296742b43716b479790761cb5a6 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 11 Oct 2021 21:18:18 +0200 Subject: Export builder functions --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) 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; + }; }; } -- cgit v1.2.3