mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-25 23:41:42 +03:00
feat(mach-nix-xs): mkDefault for deps
This commit is contained in:
parent
1405d4038d
commit
16d0ce469c
@ -146,7 +146,7 @@ in {
|
||||
|
||||
mach-nix.lib = {inherit extractPythonAttrs;};
|
||||
|
||||
deps = {nixpkgs, ...}: {
|
||||
deps = {nixpkgs, ...}: l.mapAttrs (_: l.mkDefault) {
|
||||
inherit (nixpkgs)
|
||||
autoPatchelfHook
|
||||
fetchPythonRequirements
|
||||
|
@ -18,8 +18,6 @@ in {
|
||||
pname = "tensorflow";
|
||||
version = "2.11.0";
|
||||
|
||||
# src = "";
|
||||
|
||||
env.format = "wheel";
|
||||
|
||||
env.pythonImportsCheck = [
|
||||
|
Loading…
Reference in New Issue
Block a user