add gcc to dev module
This commit is contained in:
parent
4ed398b5e5
commit
6b82f6a73c
1 changed files with 2 additions and 2 deletions
|
@ -39,8 +39,8 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf config.components.rust.enable {
|
config = mkIf config.components.rust.enable {
|
||||||
environment.systemPackages = [
|
environment.systemPackages = with pkgs; [
|
||||||
pkgs.rustup
|
rustup gcc
|
||||||
] ++ (if config.components.rust.repl then [ pkgs.evcxr ] else [ ]);
|
] ++ (if config.components.rust.repl then [ pkgs.evcxr ] else [ ]);
|
||||||
|
|
||||||
environment.shellAliases = mkIf config.components.rust.repl {
|
environment.shellAliases = mkIf config.components.rust.repl {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue