fix(build): app name

This commit is contained in:
2026-04-02 19:19:26 +02:00
parent d1211b7157
commit 5c5c81325d

View File

@@ -110,7 +110,7 @@
type = "app";
program = "${self'.packages.lispers}/bin/rt_interp";
};
default = self'.apps.rt_lisp_lisp;
default = self'.apps.rt_lisp_demo;
};
devShells.default = pkgs.mkShell {