mirror of
https://github.com/ryanccn/flake.git
synced 2026-01-27 04:06:28 +01:00
feat(rust): manage cargo commands
This commit is contained in:
parent
e9c828cabf
commit
661ff3f1a0
2 changed files with 8 additions and 1 deletions
|
|
@ -8,4 +8,12 @@ in {
|
||||||
home.file.".cargo/config.toml".source = toml.generate "config.toml" {
|
home.file.".cargo/config.toml".source = toml.generate "config.toml" {
|
||||||
build.target-dir = "${config.home.homeDirectory}/.cargo/target";
|
build.target-dir = "${config.home.homeDirectory}/.cargo/target";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
cargo-bloat
|
||||||
|
cargo-cache
|
||||||
|
cargo-deny
|
||||||
|
cargo-expand
|
||||||
|
cargo-watch
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,6 @@
|
||||||
flyctl
|
flyctl
|
||||||
pscale
|
pscale
|
||||||
|
|
||||||
bat
|
|
||||||
btop
|
btop
|
||||||
doggo
|
doggo
|
||||||
doppler
|
doppler
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue