From 50b27be54d368f38945bae71bc0683330c2a7693 Mon Sep 17 00:00:00 2001 From: Ethel Morgan Date: Mon, 18 May 2020 21:42:02 +0100 Subject: put my own packages under the namespace nixpkgs.eth.* --- pkgs/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pkgs/default.nix b/pkgs/default.nix index 3a5e509..f4b4a25 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -1,3 +1,5 @@ self: super: { - recipesEthMoe = self.callPackage ( builtins.fetchGit { url = "https://github.com/ethulhu/recipes.eth.moe"; } ) {}; + eth = { + recipesEthMoe = self.callPackage ( builtins.fetchGit { url = "https://github.com/ethulhu/recipes.eth.moe"; } ) {}; + }; } -- cgit v1.2.3