blob: 5e0d2b83a80e747b0a24bdc64128f396f147083b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
pkgs: super: {
eth = {
recipesEthMoe = pkgs.callPackage ( builtins.fetchGit { url = "https://github.com/ethulhu/recipes.eth.moe"; } ) {};
catbus-lifx = pkgs.callPackage ( builtins.fetchGit { url = "https://github.com/ethulhu/catbus-lifx"; } ) {};
catbus-snapcast = pkgs.callPackage ( builtins.fetchGit { url = "https://github.com/ethulhu/catbus-snapcast"; } ) {};
catbus-web-ui = pkgs.callPackage ( builtins.fetchGit { url = "https://github.com/ethulhu/catbus-web-ui"; } ) {};
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 { };
};
}
|