Skip to content

Commit

Permalink
feat: use bacon (drop unmaintained cargo watch)
Browse files Browse the repository at this point in the history
  • Loading branch information
anntnzrb authored and srid committed Dec 19, 2024
1 parent 78dac57 commit 49728a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ fmt:
run *ARGS:
cargo run {{ARGS}}

# Run 'cargo watch' to run the project (auto-recompiles)
# Run 'bacon' to run the project (auto-recompiles)
watch *ARGS:
cargo watch -x "run -- {{ARGS}}"
bacon --job run -- -- {{ ARGS }}
2 changes: 1 addition & 1 deletion nix/modules/devshell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
packages = with pkgs; [
just
nixd # Nix language server
cargo-watch
bacon
config.process-compose.cargo-doc-live.outputs.package
];
};
Expand Down

0 comments on commit 49728a5

Please sign in to comment.