Reorder module arguments

This commit is contained in:
SebastianStork 2024-07-18 13:50:16 +02:00
parent 0f5efb1628
commit 61abb99a2f
4 changed files with 9 additions and 4 deletions

View file

@ -1,7 +1,7 @@
{
config,
self,
inputs,
config,
lib,
...
}@moduleArgs:

View file

@ -1,6 +1,6 @@
{
inputs,
config,
inputs,
pkgs,
lib,
...