Skip to content

Commit

Permalink
Merge branch 'master' into feat-add-precommit
Browse files Browse the repository at this point in the history
  • Loading branch information
anntnzrb authored Dec 19, 2024
2 parents ecfabc8 + 49728a5 commit 1a2c6dc
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 1a2c6dc

Please sign in to comment.