Keith: Add Rust toolchain

This commit is contained in:
Weckyy702
2026-07-10 02:30:48 +02:00
parent 99966bc87f
commit 82023d7721
2 changed files with 10 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@
development-tools
i18n-de
mount-duke-smb
keith-devtools
# (sunshine "weckyy702")
#TODO: moar aspects
+9
View File
@@ -0,0 +1,9 @@
{ inputs, ... }: {
flake.modules.nixos.keith-devtools = {
imports = with inputs.self.modules.nixos;
with inputs.self.factory; [
development-tools
rust-dev
];
};
}