summaryrefslogtreecommitdiffstats
path: root/Zpkgs/krebs/default.nix
blob: be8f720114a9742a70f7d3d567ce06ddce7bb496 (plain)
1
2
3
4
5
6
7
8
9
10
11
{ pkgs, ... }:

let
  inherit (pkgs) callPackage;
in

pkgs //
{
  github-hosts-sync = callPackage ./github-hosts-sync.nix {};
  github-known_hosts = callPackage ./github-known_hosts.nix {};
}