From 9149d11a06ec846f454b1fb9a4df99f8b3772345 Mon Sep 17 00:00:00 2001 From: Mark Kalsbeek Date: Sun, 5 Apr 2026 19:06:05 +0200 Subject: [PATCH] infra: get claude code from unstable --- shell.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/shell.nix b/shell.nix index 3d71bfe..2f009ad 100644 --- a/shell.nix +++ b/shell.nix @@ -1,5 +1,7 @@ { pkgs ? import { config.allowUnfree = true; } }: - +let + unstable = import { config.allowUnfree = true; }; +in pkgs.mkShell { packages = [ (pkgs.python3.withPackages (ps: with ps; [ @@ -9,9 +11,8 @@ pkgs.mkShell { lxml waitress ])) - pkgs.claude-code + unstable.claude-code ]; - shellHook = '' if [ -f .env ]; then set -a