Skip to content

Add glibc_multi to build input, multiStdenv is not needed anymore

toon noot requested to merge toon/rust-card10:fix-nix-shell into master

This enables me to build the example and rkanoid in nix-shell. I'm a bit confused, this should do the same thing:

multiStdenv.mkDerivation {
  buildInputs = [
    glibc
    ...
  ]
  ...
};

But this doesn't work for me.

Edited by toon noot

Merge request reports