wUse stdenvNoCC where appropriate

Which at present means in all packages.
This commit is contained in:
Reinout Meliesie 2026-04-29 16:14:59 +02:00
commit 6d0534b319
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
2 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{ pkgs, stdenv }:
{ pkgs, stdenvNoCC }:
with pkgs;
with stdenv;
with stdenvNoCC;
mkDerivation {
pname = "nix-store-fuzzy-find";