infra: get claude code from unstable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user