From 1199e49a7d6b47d0545790d39a4cba9e05a9e912 Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Wed, 1 Apr 2026 11:21:55 +0200 Subject: chore: add nix toolchain instruction to CLAUDE.md --- modules/home/claude.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/home') 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 = '' -- cgit v1.2.3