Skip to content

pkgs: development: Use gcc as default cc instead of clang

Albin Parou requested to merge albin.parou/nixpie:pkgs.development.cc into master

Before :

$ docker run --rm -it -v $(pwd):/work -w /work registry.cri.epita.fr/cri/infrastructure/nixpie/nixos-pie cc
clang-12: error: no input files

After :

$ docker run --rm -it -v $(pwd):/work -w /work nixos-pie:7bryp3481bzw00bvi0idxxcp66pz3fnz cc
gcc: fatal error: no input files
compilation terminated.
Edited by Albin Parou

Merge request reports