From 745cc3049c61ffdda6ba17f57ace460b0ce6d274 Mon Sep 17 00:00:00 2001 From: Smaug123 <3138005+Smaug123@users.noreply.github.com> Date: Mon, 8 Sep 2025 23:33:13 +0100 Subject: [PATCH] Fix --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index e2803fb..2eaf31b 100644 --- a/flake.nix +++ b/flake.nix @@ -59,6 +59,7 @@ apps.default = flake-utils.lib.mkApp { drv = little_learner_app; + exePath = "/bin/little_learner_app"; }; devShells = {