Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(dotnet): add package option and needed environment variables #490

Merged
merged 1 commit into from
Mar 16, 2023
Merged

Conversation

ratsclub
Copy link
Contributor

This PR introduces:


package = lib.mkOption {
type = lib.types.package;
default = pkgs.dotnetCorePackages.sdk_7_0;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to the manual:

dotnetCorePackages.sdk contains both a runtime and the full sdk of a given version

Should be a good default package, however, we don't have a generic dotnetCorePackages.sdk package pointing to the latest release. This is why I set 7.0 as the default one.

@domenkozar domenkozar merged commit a1ab811 into cachix:main Mar 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants