From 01baa46b3612a8276566eca66e3be321e40de889 Mon Sep 17 00:00:00 2001 From: Michael Hoang Date: Fri, 26 Sep 2025 15:04:27 +0200 Subject: [PATCH] flake: make `privateInputs` actually the `inputs` --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index e0cf78543..d643309cf 100644 --- a/flake.nix +++ b/flake.nix @@ -56,7 +56,7 @@ else (import ./devFlake/flake-compat.nix { src = ./devFlake; - }).outputs; + }).outputs.inputs; in flake-parts.lib.mkFlake { inherit inputs; } ( { ... }: