forked from colonelpanic/dotfiles
[NixOS] Make clang available in code
This commit is contained in:
parent
0f7a98298b
commit
a82afe6b19
@ -6,6 +6,9 @@
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# C
|
||||
clang
|
||||
|
||||
# Haskell
|
||||
cabal-install
|
||||
cabal2nix
|
||||
|
Loading…
Reference in New Issue
Block a user