commit | d21456855b6c4812497a3498771a9ced7fa0df9b | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sun Oct 30 23:06:09 2022 +0000 |
committer | Skyler Grey <skyler3665@gmail.com> | Sun Oct 30 23:06:09 2022 +0000 |
tree | e16bd1ae7e5afaac8da37321f7741d1a8a08763a | |
parent | 0ff4f67f32039b430a36a1cc82d5c8ab0a8f416d [diff] |
Install gcc along with rust
diff --git a/modules/rust.nix b/modules/rust.nix index c9c55f6..8b293fb 100644 --- a/modules/rust.nix +++ b/modules/rust.nix
@@ -5,6 +5,7 @@ rustc rustfmt bacon + gcc ]; config.environment.persistence."/nix/persist".users.${username}.directories = [".cargo"]; }