buildClan: add depercation warnings for directory=self
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user