diff options
Diffstat (limited to 'modules/home')
| -rw-r--r-- | modules/home/claude.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/home/claude.nix b/modules/home/claude.nix index 7f29801..5895f03 100644 --- a/modules/home/claude.nix +++ b/modules/home/claude.nix @@ -16,6 +16,10 @@ - ALWAYS use the latest LTS version for base Docker images, Node.js engine requirements and similar. - ALWAYS strive to use base Docker images with common ancestors in multi-stage builds: a stage based on `debian:trixie-slim` strongly suggests using `node:24-trixie-slim`. + + # Nix + + - If a command is not available and there is a `flake.nix` in the project, use `nix develop` or `nix run` to run commands from the flake's dev shell instead of installing tools manually. ''; home.file.".claude/skills/push/SKILL.md".text = '' |
