my nixos/home-manager configuration
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(dev): add claude rules for rustfmt and jj over git

+7
+3
config/claude/rules/rust.md
··· 1 + # Rust 2 + 3 + - When the project uses a Nix flake (flake.nix) to provide the Rust toolchain, always use `cargo fmt` without `+nightly`. The toolchain channel is managed by the devShell, so `cargo +nightly fmt` will fail.
+4
config/claude/rules/vcs.md
··· 1 + # Version Control 2 + 3 + - Prefer `jj` (Jujutsu) over `git` for all version control operations: commits, branches, diffs, logs, rebases, etc. 4 + - Only fall back to `git` for operations that `jj` does not support.