shell.nix: Use clang by default

Clang compiles faster (121s vs 156s for GCC 7) so it's a bit nicer for
development.
This commit is contained in:
Eelco Dolstra 2019-06-04 13:44:12 +02:00
parent 653c4e439b
commit c7c562416c
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -1,4 +1,4 @@
{ useClang ? false
{ useClang ? true
, nixpkgs ? builtins.fetchTarball https://github.com/NixOS/nixpkgs-channels/archive/nixos-19.03.tar.gz
}: