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
+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
];
};
}