buildClan: add depercation warnings for directory=self

This commit is contained in:
Johannes Kirschbauer
2025-02-03 09:48:21 +01:00
parent eee6415261
commit ba8ae04e5b
2 changed files with 11 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
}:
{
## Inputs
self ? null, # Reference to the current flake
self ? lib.warn "Argument: 'self' must be set when using 'buildClan'." null, # Reference to the current flake
# allows to include machine-specific modules i.e. machines.${name} = { ... }
# A map from arch to pkgs, if specified this nixpkgs will be only imported once for each system.
# This improves performance, but all nipxkgs.* options will be ignored.