devbox: migrate to by-name (#485437)

This commit is contained in:
Ramses
2026-02-01 08:08:03 +00:00
committed by GitHub
2 changed files with 0 additions and 2 deletions
-2
View File
@@ -5926,8 +5926,6 @@ with pkgs;
dbt = with python3Packages; toPythonApplication dbt-core;
devbox = callPackage ../development/tools/devbox { buildGoModule = buildGo124Module; };
libcxx = llvmPackages.libcxx;
libgcc = stdenv.cc.cc.libgcc or null;