ref: pass our lib as lib.our to the module system
At least we don't find ourselves with strange module signatures and use something that looks like a dedicated namespace within he module system: `config.lib`
This commit is contained in:
parent
a7c20465ec
commit
62683b24ac
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@
|
|||
channelName = "nixos";
|
||||
modules = ./modules/module-list.nix;
|
||||
externalModules = [
|
||||
{ _module.args.ourLib = self.lib; }
|
||||
{ lib.our = self.lib; }
|
||||
ci-agent.nixosModules.agent-profile
|
||||
home.nixosModules.home-manager
|
||||
agenix.nixosModules.age
|
||||
|
|
Loading…
Reference in a new issue