From 52792901bd21facd8b9b48b517a79a6415f12ddd Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 19 Feb 2019 23:47:54 +0100 Subject: [PATCH] pulsebert: use strfry's ympd branch --- hosts/pulsebert/configuration.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hosts/pulsebert/configuration.nix b/hosts/pulsebert/configuration.nix index 176c0524..9679fc35 100644 --- a/hosts/pulsebert/configuration.nix +++ b/hosts/pulsebert/configuration.nix @@ -256,5 +256,15 @@ in { enable = true; webPort = toString ympdPort; }; + nixpkgs.config.packageOverrides = pkgs: with pkgs; { + ympd = ympd.overrideAttrs (oldAttrs: { + src = fetchFromGitHub { + owner = "c3d2"; + repo = "ympd"; + rev = "feature/somafm_browser"; + sha256 = "1a1m3lhyhm3xmi59pamfpwias31bl2jwqd71qxs4d0vzplpd7rml"; + }; + }); + }; }