summaryrefslogtreecommitdiff
path: root/pkgs/default.nix
blob: f4b4a25adb553f6bdcd8c558c412cdfa7627696f (plain)
1
2
3
4
5
self: super: {
  eth = {
    recipesEthMoe = self.callPackage ( builtins.fetchGit { url = "https://github.com/ethulhu/recipes.eth.moe"; } ) {};
  };
}