build(flake): add rt_interp binary

This commit is contained in:
Jonas Röger 2025-01-11 17:09:45 +01:00
parent b38e6c00a5
commit e770e6f8a7
Signed by: jonas
GPG Key ID: 4000EB35E1AE0F07

View File

@ -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 {