1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/.dotfiles synced 2025-05-09 07:03:08 +00:00
This commit is contained in:
Rae 5e 2024-12-20 15:16:38 -05:00
parent f6ea7b572b
commit 2f571980d7
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,7 @@
{
environment.systemPackages = with pkgs; [
# development
(fenix.default.withComponents [ "cargo" "rustc" ])
(fenix.default.withComponents [ "cargo" "rustc" "rust-src" ])
gtk4
just
nodejs_23