customBuilds: add TODO to drop builderArgs
This commit is contained in:
parent
858e8546fe
commit
2b73d3bf53
@ -1,6 +1,7 @@
|
|||||||
{ lib, self, devlib, config, modules, channel, ... }:
|
{ lib, self, devlib, config, modules, channel, ... }:
|
||||||
let
|
let
|
||||||
mkBuild = buildModule:
|
mkBuild = buildModule:
|
||||||
|
# TODO: get specialArgs as a module argument and drop builderArgs usage
|
||||||
channel.input.lib.nixosSystem (devlib.mergeAny config.lib.builderArgs {
|
channel.input.lib.nixosSystem (devlib.mergeAny config.lib.builderArgs {
|
||||||
modules = [ buildModule ];
|
modules = [ buildModule ];
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user