global/programming -> profiles/programming
This commit is contained in:
parent
97601ae155
commit
8ed1633716
14 changed files with 28 additions and 28 deletions
11
users/profiles/programming/rust.nix
Normal file
11
users/profiles/programming/rust.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{ pkgs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
(rust-bin.selectLatestNightlyWith (toolchain: toolchain.default.override {
|
||||
extensions = [
|
||||
"rust-src"
|
||||
"rust-analyzer"
|
||||
];
|
||||
}))
|
||||
gcc
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue