flake: make privateInputs actually the inputs

This commit is contained in:
Michael Hoang
2025-09-26 15:04:27 +02:00
parent dd0acfb628
commit 01baa46b36

View File

@@ -56,7 +56,7 @@
else
(import ./devFlake/flake-compat.nix {
src = ./devFlake;
}).outputs;
}).outputs.inputs;
in
flake-parts.lib.mkFlake { inherit inputs; } (
{ ... }: