stockholm/Zpkgs/krebs/default.nix
2015-07-24 12:04:38 +02:00

12 lines
192 B
Nix

{ pkgs, ... }:
let
inherit (pkgs) callPackage;
in
pkgs //
{
github-hosts-sync = callPackage ./github-hosts-sync.nix {};
github-known_hosts = callPackage ./github-known_hosts.nix {};
}