fix(build): binary names

This commit is contained in:
Jonas Röger 2024-11-28 02:05:02 +01:00
parent 6a3348d727
commit 9179f06132
Signed by: jonas
GPG Key ID: 4000EB35E1AE0F07
2 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@
};
rt_demo_lisp = {
type = "app";
program = "${packages.default}/bin/rt_demo_lisp";
program = "${packages.default}/bin/rt_lisp_demo";
};
default = rt_demo_lisp;
};