testing claude code getting package from unstable

This commit is contained in:
Geir Okkenhaug Jerstad 2025-06-26 13:30:58 +02:00
parent a7660d0b8d
commit 27ae250fd4
4 changed files with 9 additions and 10 deletions

View file

@ -1,5 +1,5 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
claude-code
pkgs.unstable.claude-code
];
}