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
config, , lib
lib, , pkgs
pkgs, , inputs
inputs, , ...
...
}: }:
let let
makeCommand = command: { makeCommand = command: {

View file

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