fix(nixos): enable nix-ld on sunken-ship for Claude Code 🐛
The Claude Code remote CLI is a dynamically linked binary that fails on NixOS without a standard ld-linux stub. nix-ld provides it.
This commit is contained in:
parent
81c510ca16
commit
384b84fec2
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
programs.nix-ld.enable = true; # run dynamically linked binaries (e.g. Claude Code remote CLI)
|
||||||
system.stateVersion = "24.11";
|
system.stateVersion = "24.11";
|
||||||
|
|
||||||
users.users.danny = {
|
users.users.danny = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue