Skip to content
Commit 7cc40e15 authored by Matthew Bauer's avatar Matthew Bauer
Browse files

treewide/nixos: use stdenv.cc.libc instead of glibc when available

This prevents duplication in cross-compiled nixos machines. The
bootstrapped glibc differs from the natively compiled one, so we get
two glibc’s in the closure. To reduce closure size, just use
stdenv.cc.libc where available.
parent 8a5059e1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment