Use clang over gcc in shell.nix
This commit is contained in:
parent
4b6f9f315e
commit
a72a34370c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
nativeBuildInputs = with pkgs.buildPackages; [
|
nativeBuildInputs = with pkgs.buildPackages; [
|
||||||
bmake
|
bmake
|
||||||
gcc
|
clang
|
||||||
readline
|
readline
|
||||||
];
|
];
|
||||||
shellHook = "alias make=bmake";
|
shellHook = "alias make=bmake";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue