mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 02:03:21 +00:00
7 lines
61 B
Nix
7 lines
61 B
Nix
|
{
|
||
|
stdenv,
|
||
|
overrideCC,
|
||
|
zig,
|
||
|
}:
|
||
|
overrideCC stdenv zig.cc
|