This commit is contained in:
Lucy von Overheidt 2025-09-09 22:24:05 +02:00
parent df079a3f65
commit 2b6e2d1d5d
2 changed files with 9 additions and 11 deletions

View file

@ -1,9 +1,8 @@
{
config,
lib,
pkgs,
inputs,
...
{ config
, lib
, pkgs
, inputs
, ...
}:
let
makeCommand = command: {

View file

@ -1,8 +1,7 @@
{
config,
pkgs,
lib,
...
{ config
, pkgs
, lib
, ...
}:
let