diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-05-23 23:58:41 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-05-23 23:58:41 +0100 |
commit | 17fc5c96fcb7c1ed192ec5680bc073ea12938bf6 (patch) | |
tree | 8ae8741b4b2d631b3b489bd18791f0c9d7235966 | |
parent | 1b315d4d44b3f922af19c974eb541d5e259ba1dd (diff) |
add catbus-web-ui to pkgs
Diffstat (limited to '')
-rw-r--r-- | pkgs/default.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index a071ef4..5e0d2b8 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -2,8 +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"; } ) {}; + catbus-snapcast = pkgs.callPackage ( builtins.fetchGit { url = "https://github.com/ethulhu/catbus-snapcast"; } ) {}; + catbus-web-ui = pkgs.callPackage ( builtins.fetchGit { url = "https://github.com/ethulhu/catbus-web-ui"; } ) {}; helix = pkgs.callPackage ( builtins.fetchGit { url = "https://github.com/ethulhu/helix"; rev = "142be94fb81ee3ff7aba1694836fd45330d22862"; } ) {}; |