docs: remove stale link
docs: revert nuschtos changes
This commit is contained in:
@@ -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:
|
||||
|
||||
11
flake.nix
11
flake.nix
@@ -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; } (
|
||||
{ ... }:
|
||||
|
||||
Reference in New Issue
Block a user