mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2024-11-22 16:24:02 +01:00
0afcb72267
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
5 lines
97 B
Nix
5 lines
97 B
Nix
{ pkgs ? import <nixpkgs> { } }:
|
|
{
|
|
wikiextractor = pkgs.callPackage ./wikiextractor.nix { };
|
|
}
|