set exo as the nix default package (#1391)

!!!
This commit is contained in:
Evan Quiney
2026-02-05 15:15:52 +00:00
committed by GitHub
parent 5c2f29f3f2
commit e59ebd986d
+2 -1
View File
@@ -118,9 +118,10 @@
{
metal-toolchain = pkgs.callPackage ./nix/metal-toolchain.nix { };
mlx = pkgs.callPackage ./nix/mlx.nix {
metal-toolchain = self'.packages.metal-toolchain;
inherit (self'.packages) metal-toolchain;
inherit uvLockMlxVersion;
};
default = self'.packages.exo;
}
);