skip private inputs again

This commit is contained in:
Jörg Thalheim
2025-08-11 16:31:16 +02:00
parent 2840d3a5fc
commit 9e9ab22c37

View File

@@ -51,9 +51,12 @@
;
privateInputs =
(import ./devFlake/flake-compat.nix {
src = ./devFlake;
}).outputs;
if builtins.pathExists (./. + ".skip-private-inputs") then
{ }
else
(import ./devFlake/flake-compat.nix {
src = ./devFlake;
}).outputs;
in
flake-parts.lib.mkFlake { inherit inputs; } (
{ ... }: