tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
faiss: fix pythonImportsCheck usage in comment
Mario Rodas
2 years ago
5ffdf341
5ffbdcdc
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
science
math
faiss
default.nix
+1
-1
pkgs/development/libraries/science/math/faiss/default.nix
···
131
'';
132
133
# Need buildPythonPackage for this one
134
-
# pythonCheckImports = [
135
# "faiss"
136
# ];
137
···
131
'';
132
133
# Need buildPythonPackage for this one
134
+
# pythonImportsCheck = [
135
# "faiss"
136
# ];
137