Skip to content

Commit

Permalink
home: add cargo-make package for rust development
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborpilz committed Mar 6, 2024
1 parent 0a20890 commit 6545156
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home/modules/dev/rust.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ in
home.packages = with pkgs; [
rustup # contains rustc, cargo, rustdoc, rustfmt, etc.
cargo-watch # cargo subcommand for watching files and running commands
cargo-make # cargo subcommand for running tasks defined in a toml file
];
};
}

0 comments on commit 6545156

Please sign in to comment.