Restructure to use flakes
This commit is contained in:
8
home/rust.nix
Normal file
8
home/rust.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs, inputs, system, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
cargo-edit
|
||||
rust-analyzer
|
||||
rustup
|
||||
sccache
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user