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