nix: cleaned up files

This commit is contained in:
biscuit
2025-05-15 14:54:33 -05:00
parent fd30f8d1fd
commit e981f03e03
2 changed files with 7 additions and 5 deletions
+7
View File
@@ -0,0 +1,7 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
gcc
rustc
cargo
];
}