infra: get claude code from unstable

This commit is contained in:
2026-04-05 19:06:05 +02:00
parent 6bb2538143
commit 9149d11a06

View File

@@ -1,5 +1,7 @@
{ pkgs ? import <nixpkgs> { config.allowUnfree = true; } }:
let
unstable = import <nixos-unstable> { 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