This commit is contained in:
Sandro - 2022-07-10 19:34:06 +02:00
parent 71dece2882
commit af5384a2de
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 5 additions and 4 deletions

View File

@ -23,10 +23,11 @@
self.lib.nixosSystem {
inherit system;
modules = [ self.nixosModule ];
specialArgs.hostName = name;
specialArgs.lib = self.lib;
specialArgs.self = self;
specialArgs.inputs = inputs;
specialArgs = {
hostName = name;
inherit (self) lib;
inherit inputs self;
};
};
in {
# Config, and utilities