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:
David Arnold 2021-06-13 23:30:05 -05:00
parent a7c20465ec
commit 62683b24ac
No known key found for this signature in database
GPG key ID: 6D6A936E69C59D08

View file

@ -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