Add port attrset

This commit is contained in:
Jakob Lechner 2023-11-22 14:49:57 +00:00
parent e7f9b90db3
commit f0762b17c6
No known key found for this signature in database
GPG key ID: 996082EFB5906C10
26 changed files with 233 additions and 48 deletions

View file

@ -151,7 +151,10 @@
./modules
{
_module.args.inputs = inputs;
_module.args = {
inputs = inputs;
custom-utils = import ./custom-utils { lib = nixpkgs.lib; };
};
}
# deployment settings