build(flake): add rt_interp binary

This commit is contained in:
2025-01-11 17:09:45 +01:00
parent b38e6c00a5
commit e770e6f8a7

View File

@@ -79,6 +79,10 @@
type = "app";
program = "${packages.default}/bin/rt_lisp_demo";
};
rt_interp = {
type = "app";
program = "${packages.default}/bin/rt_interp";
};
default = rt_demo_lisp;
};
packages = rec {