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,4 +1,9 @@
{ inputs, pkgs, lib, ... }:
{
inputs,
pkgs,
lib,
...
}:
let
extension = shortId: uuid: {
name = uuid;