devtools: Move rust feature to devtools

This commit is contained in:
2026-04-10 14:53:19 +02:00
parent c942a482c2
commit 25e647190b
2 changed files with 1 additions and 5 deletions

View File

@@ -1,9 +1,5 @@
{ inputs, ... }: {
flake.modules.nixos.development-tools = { pkgs, ... }: {
imports = with inputs.self.modules.nixos; [
rust
];
environment.systemPackages = with pkgs; [
cmake
gnumake