matter-compiler: migrate to by-name

This commit is contained in:
Guy Chronister 2025-07-09 09:45:27 -05:00
parent 2023ab05b4
commit 39ba1d7e20
5 changed files with 0 additions and 2 deletions

View File

@ -7094,8 +7094,6 @@ with pkgs;
}
);
matter-compiler = callPackage ../development/compilers/matter-compiler { };
chromedriver = callPackage ../development/tools/selenium/chromedriver { };
chruby = callPackage ../development/tools/misc/chruby { rubies = null; };