diff --git a/flake.nix b/flake.nix index 610a982..92cf3b0 100644 --- a/flake.nix +++ b/flake.nix @@ -110,7 +110,7 @@ type = "app"; program = "${self'.packages.lispers}/bin/rt_interp"; }; - default = self'.apps.rt_demo_lisp; + default = self'.apps.rt_lisp_lisp; }; devShells.default = pkgs.mkShell {