Keith: Add Rust toolchain
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
development-tools
|
||||
i18n-de
|
||||
mount-duke-smb
|
||||
keith-devtools
|
||||
# (sunshine "weckyy702")
|
||||
|
||||
#TODO: moar aspects
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{ inputs, ... }: {
|
||||
flake.modules.nixos.keith-devtools = {
|
||||
imports = with inputs.self.modules.nixos;
|
||||
with inputs.self.factory; [
|
||||
development-tools
|
||||
rust-dev
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user