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

Allow overriding stdenv #1092

Merged
merged 1 commit into from
Apr 2, 2024
Merged

Allow overriding stdenv #1092

merged 1 commit into from
Apr 2, 2024

Conversation

domenkozar
Copy link
Member

@domenkozar domenkozar commented Apr 2, 2024

Fixes #567

{ pkgs, ... }: {
  stdenv = pkgs.stdenvAdapters.useMoldLinker pkgs.stdenv;
}

Copy link

Deploying devenv with  Cloudflare Pages  Cloudflare Pages

Latest commit: a72055d
Status: ✅  Deploy successful!
Preview URL: https://8cef10e6.devenv.pages.dev
Branch Preview URL: https://stdenv-override.devenv.pages.dev

View logs

@domenkozar domenkozar marked this pull request as ready for review April 2, 2024 10:35
@domenkozar domenkozar merged commit a3ac4a4 into main Apr 2, 2024
5 of 7 checks passed
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.

[Feature Request:] Overriding the stdenv not yet possible
1 participant