diff options
| author | Simen A. W. Olsen <hello@simenandre.no> | 2026-04-01 11:21:55 +0200 |
|---|---|---|
| committer | Simen A. W. Olsen <hello@simenandre.no> | 2026-04-01 11:21:55 +0200 |
| commit | 1199e49a7d6b47d0545790d39a4cba9e05a9e912 (patch) | |
| tree | 5c0d8b6478d7512447abeb97f149e71acb19e36c /modules/home/claude.nix | |
| parent | 73f4676bfbccfbb25a349fe616a0a131f7c11a17 (diff) | |
| download | dotfiles-1199e49a7d6b47d0545790d39a4cba9e05a9e912.tar.gz dotfiles-1199e49a7d6b47d0545790d39a4cba9e05a9e912.zip | |
chore: add nix toolchain instruction to CLAUDE.md
Diffstat (limited to 'modules/home/claude.nix')
| -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 = '' |
