From f13187de3df9d9504d0fed89586f4f8bbbb63d2e Mon Sep 17 00:00:00 2001 From: Alberto Tudela Date: Sat, 4 Jan 2025 13:58:28 +0100 Subject: [PATCH] Update URL Signed-off-by: Alberto Tudela --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 3c64763..bad2ae0 100644 --- a/flake.nix +++ b/flake.nix @@ -21,8 +21,8 @@ }; in { devShells.${system}.default = let - python = pkgs.nur.repos.ajtudela.home-assistant.python; - hass-smartbox = pkgs.nur.repos.ajtudela.hass-smartbox.overridePythonAttrs (o: { + python = pkgs.nur.repos.graham33.home-assistant.python; + hass-smartbox = pkgs.nur.repos.graham33.hass-smartbox.overridePythonAttrs (o: { propagatedBuildInputs = (o.propagatedBuildInputs or []) ++ (with python.pkgs; [ ]); });