fix: permit openclaw 2026.4.12 on phantom-ship 🔓
Nixpkgs bumped openclaw version; keep both permitted so rebuild works until we fully cut over to channels and remove the input.
This commit is contained in:
parent
d0d25160c8
commit
7ad82a41b1
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ in
|
|||
};
|
||||
time.timeZone = "Europe/Copenhagen";
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [ "openclaw-2026.3.12" ];
|
||||
nixpkgs.config.permittedInsecurePackages = [ "openclaw-2026.3.12" "openclaw-2026.4.12" ];
|
||||
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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue