yamlfix: move to by-name

This commit is contained in:
Gaetan Lepage
2025-10-24 15:18:35 +00:00
parent d86fa7ed2b
commit ad8112717c
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
{ python3Packages }: with python3Packages; toPythonApplication yamlfix
-2
View File
@@ -4307,8 +4307,6 @@ with pkgs;
fixup_yarn_lock
;
yamlfix = with python3Packages; toPythonApplication yamlfix;
yamllint = with python3Packages; toPythonApplication yamllint;
# To expose more packages for Yi, override the extraPackages arg.