add inputs to specialArgs and make templates use it.
This commit is contained in:
@@ -189,6 +189,10 @@ in
|
||||
./computed-tags.nix
|
||||
];
|
||||
|
||||
specialArgs = {
|
||||
self = lib.mkDefault config.self;
|
||||
};
|
||||
|
||||
# Ready to use configurations
|
||||
# These are only shallow wrapping the 'nixosModules' or 'darwinModules' with
|
||||
# lib.nixosSystem
|
||||
|
||||
Reference in New Issue
Block a user