From 91ccd7684f4cb6cdcfaf6605dba1b4bf385da0f7 Mon Sep 17 00:00:00 2001 From: Niclas Overby Date: Thu, 20 Aug 2026 09:23:15 +0200 Subject: [PATCH] feat(platform/nix): Four fewer integration layers disko and nixos-raspberrypi become direct root inputs - their integrations, like zen's, were one mkDefault handing a pin over - and drowse and modular-skills leave entirely, having no consumer in the tree. Evaluating eva-00 for the first time since ironclaw moved into ai/ surfaced a latent gap: the host builds its own pkgs through nixos-raspberrypi's nixosSystem and adds the self overlay explicitly, so ironclaw's rust-bin argument needs the rust overlay added in the same place. Locks ride to the slimmed framework. Signed-off-by: Niclas Overby --- flake.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index aac8d4c..52634ab 100644 --- a/flake.lock +++ b/flake.lock @@ -65,11 +65,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1787164895, - "narHash": "sha256-EhvvAZ1eol819zxMpAK4Ncm1DK1YsnusPvqUSPsGiTY=", + "lastModified": 1787210584, + "narHash": "sha256-GZLnhP26vBSe6l/MVYM9Or0aG2rgS2W5ZX+nJ5sWL2Q=", "ref": "refs/heads/main", - "rev": "c30f5cc0bef0290c0e407843901c21a5a88cffac", - "revCount": 52, + "rev": "d9eb9370edb5a0fc9394336ac9c65c55dba6dae5", + "revCount": 54, "type": "git", "url": "https://tangled.org/overby.me/nix-workspace" }, -- 2.51.2