From e951d875609d46870c0f5c35f9c43d4d3a9a82ce Mon Sep 17 00:00:00 2001 From: Ethel Morgan Date: Sat, 23 May 2020 18:17:24 +0100 Subject: add a helix package and a helix-player module --- pkgs/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/default.nix') diff --git a/pkgs/default.nix b/pkgs/default.nix index 01810e2..5ea0599 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -2,6 +2,8 @@ pkgs: super: { eth = { recipesEthMoe = pkgs.callPackage ( builtins.fetchGit { url = "https://github.com/ethulhu/recipes.eth.moe"; } ) {}; + 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 { }; -- cgit v1.2.3