global/programming -> profiles/programming

This commit is contained in:
Infinidoge 2023-09-07 17:00:28 -04:00
parent 97601ae155
commit 8ed1633716
14 changed files with 28 additions and 28 deletions

View file

@ -1,11 +0,0 @@
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
(rust-bin.selectLatestNightlyWith (toolchain: toolchain.default.override {
extensions = [
"rust-src"
"rust-analyzer"
];
}))
gcc
];
}