diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-06-30 11:36:39 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-06-30 11:36:39 +0100 |
commit | d1534dbca7cb8b0418b1e33cb6337db5453c06da (patch) | |
tree | fb56772bfd6ae6d8700976b17c86c73e66529a55 /pkgs/default.nix | |
parent | 6f6eb2c66dc4eadd9280e892de508593d7ed35d3 (diff) |
add eth.services.catbus-lifx
Diffstat (limited to '')
-rw-r--r-- | pkgs/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/default.nix b/pkgs/default.nix index 084c35b..cf2681d 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -5,7 +5,7 @@ let }; catbus-lifx = builtins.fetchGit { url = "https://github.com/ethulhu/catbus-lifx"; - # TODO: rev = "..."; + rev = "8f9c4193e08929cbbd8c85b2cbb2bbd22f55ccfa"; }; catbus-networkpresence = builtins.fetchGit { url = "https://github.com/ethulhu/catbus-networkpresence"; |