build(flake): add rt_interp binary
This commit is contained in:
@@ -79,6 +79,10 @@
|
|||||||
type = "app";
|
type = "app";
|
||||||
program = "${packages.default}/bin/rt_lisp_demo";
|
program = "${packages.default}/bin/rt_lisp_demo";
|
||||||
};
|
};
|
||||||
|
rt_interp = {
|
||||||
|
type = "app";
|
||||||
|
program = "${packages.default}/bin/rt_interp";
|
||||||
|
};
|
||||||
default = rt_demo_lisp;
|
default = rt_demo_lisp;
|
||||||
};
|
};
|
||||||
packages = rec {
|
packages = rec {
|
||||||
|
|||||||
Reference in New Issue
Block a user