index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
languages
/
rust
/
default.nix
blob: 7c94599641cfce944a0325fac59e57fb3f2c72cc (
plain
) (
blame
)
1
2
3
{
pkgs
,
...
}:
{
home
.
packages
=
with
pkgs
;
[
cargo-outdated cargo-watch rustup
];
}