deadnix/statix

This commit is contained in:
atagen 2025-02-02 18:36:12 +11:00
parent ae78cb7026
commit 78eda8579b
4 changed files with 5 additions and 5 deletions

View file

@ -220,7 +220,7 @@
in
foldlAttrs
(
acc: name: svc:
acc: _: svc:
let
pair = mkWorks svc;
in
@ -247,7 +247,7 @@
final =
let
shellArgs = config._buildIdes.shellArgs;
inherit (config._buildIdes) shellArgs;
in
shellArgs
// {