tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
faiss.tests: format = "other" now required
Someone Serge
2 years ago
416dba1b
46f2664b
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
science
math
faiss
tests.nix
+2
pkgs/development/libraries/science/math/faiss/tests.nix
···
11
pname = "faiss-pytest-suite";
12
inherit (faiss) version;
13
0
0
14
src = "${faiss.src}/tests";
15
16
dontBuild = true;
···
11
pname = "faiss-pytest-suite";
12
inherit (faiss) version;
13
14
+
format = "other";
15
+
16
src = "${faiss.src}/tests";
17
18
dontBuild = true;