Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions users/refnode/common/optional/rust.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{ pkgs, ... }:

{
# Rust development tools

home.packages = with pkgs; [
# Rust toolchain
unstable.rustup
];
}
2 changes: 1 addition & 1 deletion users/refnode/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
./common/core
./common/optional/desktop/darwin.nix
./common/optional/kubernetes.nix
./common/optional/rust.nix
];

# specify my home-manager configs
Expand Down Expand Up @@ -99,7 +100,6 @@
unstable.sqlite
unstable.mob
pkgs.garden
unstable.rustup
unstable.jujutsu
unstable.minio-client
unstable.kanata
Expand Down
Loading