This website requires JavaScript.
Explore
Help
Sign In
jolheiser
/
dotnix
mirror of
https://git.jolheiser.com/dotnix.git
Watch
1
Star
0
Fork
You've already forked dotnix
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
34cc5a7945
dotnix
/
apps
/
nogui
/
rust.nix
12 lines
124 B
Nix
Raw
Blame
History
{
pkgs
,
.
.
.
}:
{
home
.
packages
=
with
pkgs
;
[
rustc
cargo
rustfmt
clippy
rust-analyzer
gcc
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink