docs: init new structure

This commit is contained in:
Qubasa
2025-09-15 14:39:22 +02:00
parent 39eb13eebb
commit 86c4555bc0
7 changed files with 158 additions and 74 deletions

View File

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