diff options
| author | EuAndreh <eu@euandre.org> | 2023-05-21 14:12:22 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2023-05-21 14:12:22 -0300 |
| commit | b0767a9e53b3a93918eabb00ed11bfc0605ca8d9 (patch) | |
| tree | 33f8192720d0348e147fad23b05b1a6549bb3c11 | |
| parent | etc/guix/home.scm: Add "smartmontools" package (diff) | |
| download | dotfiles-b0767a9e53b3a93918eabb00ed11bfc0605ca8d9.tar.gz dotfiles-b0767a9e53b3a93918eabb00ed11bfc0605ca8d9.tar.xz | |
etc/guix/home.scm: Add Rust toolchain packages
| -rw-r--r-- | etc/guix/home.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index 76eaa54..7b7af74 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -550,6 +550,9 @@ left it off the last time it was used.") bison byacc ;; musl-gcc + rust + rust:cargo + rust:rustfmt gcc-toolchain gdb clang-toolchain@14 |
