Skip to content

Commit 47c57ff

Browse files
committed
Add tests and code enhancement #201
Signed-off-by: Chin Yeung Li <tli@nexb.com>
1 parent b8efdd1 commit 47c57ff

5 files changed

Lines changed: 642 additions & 140 deletions

File tree

src/fetchcode/download_urls.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,9 @@
2222
from fetchcode.cran import CRAN
2323
from fetchcode.huggingface import Huggingface
2424
from fetchcode.pypi import Pypi
25+
from fetchcode.nix import Nix
2526

26-
package_registry = [Pypi, CRAN, CPAN, Huggingface, Composer]
27+
package_registry = [Pypi, CRAN, CPAN, Huggingface, Composer, Nix]
2728

2829
router = Router()
2930

0 commit comments

Comments
 (0)