buildClan: deprecate in favor of 'clan'
clan.lib.clan { <your definition> } returns an eval result
In contrast to buildClan which returns the .config
This allows for better introspection
This commit is contained in:
@@ -22,6 +22,7 @@ lib.fix (
|
||||
|
||||
inherit (buildClanLib)
|
||||
buildClan
|
||||
clan
|
||||
;
|
||||
/**
|
||||
Like callPackage, but doesn't try to automatically detect arguments
|
||||
|
||||
Reference in New Issue
Block a user