Skip to content

Conversation

@dpc
Copy link
Contributor

@dpc dpc commented Aug 20, 2025

mkCargoDerivation's stdenv argument was set to a specific stdenv instance
while an stdenv selector function is recommended. Consider specifying a
function which selects an stdenv for any given `pkgs` instantiation:

stdenv = p: p.stdenv;

```
mkCargoDerivation's stdenv argument was set to a specific stdenv instance
while an stdenv selector function is recommended. Consider specifying a
function which selects an stdenv for any given `pkgs` instantiation:

stdenv = p: p.stdenv;
```
@dpc dpc merged commit 2f15f65 into rustshop:master Aug 20, 2025
4 of 5 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.

1 participant