CLANG!!!!
This commit is contained in:
parent
f53b310f52
commit
63d6ac46a3
2 changed files with 8 additions and 1 deletions
|
|
@ -3,5 +3,8 @@
|
|||
environment.shells = with pkgs; [ zsh ];
|
||||
programs.zsh.enable = true;
|
||||
users.defaultUserShell = pkgs.zsh;
|
||||
programs.nix-ld.enable = true;
|
||||
programs.nix-ld = {
|
||||
enable = true;
|
||||
libraries = with pkgs; [ stdenv.cc.cc ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue