mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2024-11-25 09:43:28 +01:00
5 lines
97 B
Nix
5 lines
97 B
Nix
|
{ pkgs ? import <nixpkgs> { } }:
|
||
|
{
|
||
|
wikiextractor = pkgs.callPackage ./wikiextractor.nix { };
|
||
|
}
|