blob: a071ef400c63fda5c31dbd5e34c205d4688c09e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
pkgs: super: {
eth = {
recipesEthMoe = pkgs.callPackage ( builtins.fetchGit { url = "https://github.com/ethulhu/recipes.eth.moe"; } ) {};
catbus-snapcast = pkgs.callPackage ( builtins.fetchGit { url = "https://github.com/ethulhu/catbus-snapcast"; } ) {};
catbus-lifx = pkgs.callPackage ( builtins.fetchGit { url = "https://github.com/ethulhu/catbus-lifx"; } ) {};
helix = pkgs.callPackage ( builtins.fetchGit { url = "https://github.com/ethulhu/helix"; rev = "142be94fb81ee3ff7aba1694836fd45330d22862"; } ) {};
libnpupnp = pkgs.callPackage ./libnpupnp { };
libupnpp = pkgs.callPackage ./libupnpp { };
upmpdcli = pkgs.callPackage ./upmpdcli { };
};
}
|