Flake.nix corrected main (#5600)

Signed-off-by: Henrik Sjöstrand <henrik.sjostrand@tele2.com>
Co-authored-by: Henrik Sjöstrand <henrik.sjostrand@tele2.com>
This commit is contained in:
Henrik Sjöstrand
2025-11-10 14:37:31 +01:00
committed by GitHub
parent 0d65c81dd2
commit 623e03f744
+2 -1
View File
@@ -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 @@
};
}
);
}
}