index
:
hrm
master
NixOS configuration
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
jeschli
/
2configs
/
rust.nix
blob: 46addb15c123a40a25fb72854a650a64d869ee32 (
plain
)
1
2
3
4
5
6
7
8
{ config, pkgs, ... }: { environment.systemPackages = with pkgs; [ rustup gcc ]; }