From 623e03f7446a8f2975c83e8cf47ed0d7b0d21476 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Sj=C3=B6strand?= Date: Mon, 10 Nov 2025 14:37:31 +0100 Subject: [PATCH] Flake.nix corrected main (#5600) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Henrik Sjöstrand Co-authored-by: Henrik Sjöstrand --- flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 98bf498c40..db48d1c8e9 100644 --- a/flake.nix +++ b/flake.nix @@ -85,6 +85,7 @@ description = workspaceToml.workspace.package.description; homepage = workspaceToml.workspace.package.repository; license = licenses.asl20; # Maps from "Apache-2.0" in Cargo.toml + mainProgram = "goose"; }; }; @@ -117,4 +118,4 @@ }; } ); -} \ No newline at end of file +}