docs: extensive backup documentation

This commit is contained in:
Qubasa
2025-09-24 21:27:08 +02:00
parent f9681d49b6
commit a28270f43a
9 changed files with 312 additions and 207 deletions

View File

@@ -51,12 +51,12 @@
;
privateInputs =
if builtins.pathExists (./. + "/.skip-private-inputs") then
{ }
else
(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; } (
{ ... }: