diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-05-23 22:27:38 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-05-23 22:27:38 +0100 |
commit | d9eb94112c4359a7e28643faa39ea6b061c99c4d (patch) | |
tree | e164a014925d30aff5d486179bdd2467d00afc1a /pkgs | |
parent | e951d875609d46870c0f5c35f9c43d4d3a9a82ce (diff) |
add catbus-snapcast and catbus-lifx to pkgs
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/default.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index 5ea0599..a071ef4 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -2,6 +2,9 @@ pkgs: super: { eth = { recipesEthMoe = pkgs.callPackage ( builtins.fetchGit { url = "https://github.com/ethulhu/recipes.eth.moe"; } ) {}; + catbus-snapcast = pkgs.callPackage ( builtins.fetchGit { url = "https://github.com/ethulhu/catbus-snapcast"; } ) {}; + catbus-lifx = pkgs.callPackage ( builtins.fetchGit { url = "https://github.com/ethulhu/catbus-lifx"; } ) {}; + helix = pkgs.callPackage ( builtins.fetchGit { url = "https://github.com/ethulhu/helix"; rev = "142be94fb81ee3ff7aba1694836fd45330d22862"; } ) {}; libnpupnp = pkgs.callPackage ./libnpupnp { }; |