stockholm/Zpkgs/krebs/default.nix

12 lines
192 B
Nix
Raw Normal View History

2015-07-24 10:03:51 +00:00
{ pkgs, ... }:
let
inherit (pkgs) callPackage;
in
pkgs //
{
github-hosts-sync = callPackage ./github-hosts-sync.nix {};
github-known_hosts = callPackage ./github-known_hosts.nix {};
}