From 4a614e1c66c1f789a33c19743b9a988572e1e55d Mon Sep 17 00:00:00 2001 From: Artem Sheremet Date: Mon, 13 Apr 2026 16:38:46 +0000 Subject: [PATCH] Add nix to the list of available jailed packages This will allow agent to run python/esphome/etc without attempting to download and install them --- hosts/deimos/nixos.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/deimos/nixos.nix b/hosts/deimos/nixos.nix index 26b9884..af1a321 100644 --- a/hosts/deimos/nixos.nix +++ b/hosts/deimos/nixos.nix @@ -162,6 +162,8 @@ in procps python3 + + nix ] )) ]