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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 @@
};
}
);
}
}