feat(mach-nix-xs): mkDefault for deps

This commit is contained in:
DavHau 2023-02-17 12:11:27 +07:00
parent 1405d4038d
commit 16d0ce469c
2 changed files with 1 additions and 3 deletions

View File

@ -146,7 +146,7 @@ in {
mach-nix.lib = {inherit extractPythonAttrs;};
deps = {nixpkgs, ...}: {
deps = {nixpkgs, ...}: l.mapAttrs (_: l.mkDefault) {
inherit (nixpkgs)
autoPatchelfHook
fetchPythonRequirements

View File

@ -18,8 +18,6 @@ in {
pname = "tensorflow";
version = "2.11.0";
# src = "";
env.format = "wheel";
env.pythonImportsCheck = [