From f56e38c1f700e74778ee719add7c2c7331ae3f27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?m=C3=BCde?= Date: Thu, 10 Sep 2026 23:20:14 +0200 Subject: [PATCH] update trollshell to hyperhive integration branch --- flake.lock | 15 ++++++++------- flake.nix | 2 +- homeConfigurations/muede/trollshell.nix | 5 +++++ 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/flake.lock b/flake.lock index 7dcb6a2..7146c5b 100644 --- a/flake.lock +++ b/flake.lock @@ -373,11 +373,11 @@ ] }, "locked": { - "lastModified": 1788799576, - "narHash": "sha256-Yd91HQpDj3C18xKRPjQyVseFrAH7+VT+itdxTpmNxIQ=", + "lastModified": 1789071588, + "narHash": "sha256-wpeAnGUy0xzkKwjG8xhS6pkuKKxsbFaKZxX3dJyoy1I=", "ref": "refs/heads/main", - "rev": "a8fb08a7e8f7a368409dc295912aa1ace66d7243", - "revCount": 4284, + "rev": "bf544369374eeb529d2e9049af24d569e4ae4a2d", + "revCount": 4392, "type": "git", "url": "https://forge.darkest.space/hyperhive/hyperhive.git" }, @@ -1019,15 +1019,16 @@ ] }, "locked": { - "lastModified": 1788724375, - "narHash": "sha256-0qaEpNxN1dwS5OD1eB5/QzLYka2AY2tTz36G6KXhq7k=", + "lastModified": 1789021019, + "narHash": "sha256-yaOk8fAX+oapXNR2JapK7gHw2yegqqfi4YDXw1c4dz0=", "owner": "vibec0re", "repo": "trollshell", - "rev": "1be5cea9ed27b5844dfaa9492de1fd816d3ac732", + "rev": "72c287f0f37cb4b391627d5f60281863ec4c7ead", "type": "github" }, "original": { "owner": "vibec0re", + "ref": "feat/947-plugin-agents-p1", "repo": "trollshell", "type": "github" } diff --git a/flake.nix b/flake.nix index 00f9dc1..4e232c1 100644 --- a/flake.nix +++ b/flake.nix @@ -82,7 +82,7 @@ inputs.nixpkgs.follows = "nixpkgs"; }; trollshell = { - url = "github:vibec0re/trollshell"; + url = "github:vibec0re/trollshell/feat/947-plugin-agents-p1"; inputs = { nixpkgs.follows = "nixpkgs"; treefmt-nix.follows = "treefmt-nix"; diff --git a/homeConfigurations/muede/trollshell.nix b/homeConfigurations/muede/trollshell.nix index 5f1872f..a58cd13 100644 --- a/homeConfigurations/muede/trollshell.nix +++ b/homeConfigurations/muede/trollshell.nix @@ -49,6 +49,11 @@ in enable = true; package = trollshellPkgs.hytte-plugin-weather; }; + agents = { + enable = true; + package = trollshellPkgs.hytte-plugin-agents; + env.RUST_LOG = "hytte_plugin_agents=debug"; # every host.sock request/response line + }; }; };