nixos-config/lib/fetchers/default.nix

6 lines
98 B
Nix
Raw Normal View History

{ pkgs, lib, self }:
{
fetchInternetArchive = pkgs.callPackage ./fetch-internet-archive { };
}