updated dependencies application wide

This commit is contained in:
Per Stark
2025-04-24 13:50:20 +02:00
parent ce006f6ecc
commit 776a454a88
23 changed files with 1315 additions and 852 deletions
+5 -1
View File
@@ -17,7 +17,11 @@
];
# https://devenv.sh/languages/
languages.rust.enable = true;
languages.rust = {
enable = true;
components = ["rustc" "clippy" "rustfmt" "cargo" "rust-analyzer"];
mold.enable = true;
};
# https://devenv.sh/services/
# services.postgres.enable = true;