docs: remove stale link

docs: revert nuschtos changes
This commit is contained in:
Qubasa
2025-09-16 15:47:05 +02:00
parent 31ff7b903c
commit 3f5bf8e171
2 changed files with 8 additions and 5 deletions

View File

@@ -326,7 +326,7 @@ Each `clanService`:
See [Migration Guide](../../guides/migrations/migrate-inventory-services.md) for help on migrating.
Learn how to use `clanServices` in practice in the [Using clanServices guide](../../guides/clanServices.md).
Learn how to use `clanServices` in practice in the [Using clanServices guide](../../guides/inventory/clanServices.md).
"""
with indexfile.open("w") as of:

View File

@@ -50,10 +50,13 @@
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; } (
{ ... }: