From 7ad82a41b1fbe871eaa94a79c751c662188c89ac Mon Sep 17 00:00:00 2001 From: DannyDannyDanny Date: Sat, 18 Apr 2026 16:48:33 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20permit=20openclaw=202026.4.12=20on=20pha?= =?UTF-8?q?ntom-ship=20=F0=9F=94=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Nixpkgs bumped openclaw version; keep both permitted so rebuild works until we fully cut over to channels and remove the input. --- nixos/hosts/phantom-ship.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/phantom-ship.nix b/nixos/hosts/phantom-ship.nix index 9f30acc..bb28205 100644 --- a/nixos/hosts/phantom-ship.nix +++ b/nixos/hosts/phantom-ship.nix @@ -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";