This website requires JavaScript.
Explore
Help
Sign In
Mic92
/
stockholm
Watch
1
Star
0
Fork
0
You've already forked stockholm
Code
Issues
Pull Requests
Releases
Wiki
Activity
18f073cecf
stockholm
/
jeschli
/
2configs
/
rust.nix
9 lines
96 B
Nix
Raw
Normal View
History
Unescape
Escape
j: add seperate rust config
2019-10-08 05:18:09 +00:00
{
config
,
pkgs
,
.
.
.
}:
{
environment
.
systemPackages
=
with
pkgs
;
[
rustup
j rust: add gcc
2019-11-09 12:58:15 +00:00
gcc
j: add seperate rust config
2019-10-08 05:18:09 +00:00
]
;
}
Reference in New Issue
Copy Permalink