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,6 +51,9 @@
;
privateInputs =
if builtins.pathExists (./. + ".skip-private-inputs") then
{ }
else
(import ./devFlake/flake-compat.nix {
src = ./devFlake;
}).outputs;