From 697aadc44c083aedc10b6404e4282bc458e4f922 Mon Sep 17 00:00:00 2001 From: Niclas Overby Date: Wed, 19 Aug 2026 15:39:53 +0200 Subject: [PATCH] feat(platform/nix): One functor call for every flake in the tree nix-config and nix-lib call the functor with module = true and their outputs ARE its return, no wrapper set; workspaceIn no longer exists to call. All 43 locks move together to the framework rev, as the sed incident taught. Signed-off-by: Niclas Overby --- flake.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index e7d5fe1..a299cde 100644 --- a/flake.lock +++ b/flake.lock @@ -65,11 +65,11 @@ "nixpkgs": "nixpkgs" }, "locked": { - "lastModified": 1787145824, - "narHash": "sha256-Ob3YBwitUc5iPa3IgVZK5m1198DGqkM8/AxwUyqyY6s=", + "lastModified": 1787146831, + "narHash": "sha256-QRAwAbgHxFWIZPHrynGK2hSVmk1nFXC+r9bjBr2QEF4=", "ref": "refs/heads/main", - "rev": "2301986aa454802bc0fc5f0ef30f4586b5a44385", - "revCount": 49, + "rev": "85a1666ae202bfd402c7dbb20c4e0b78e8207e48", + "revCount": 50, "type": "git", "url": "https://tangled.org/overby.me/nix-workspace" }, -- 2.51.2