Skip to content

Commit

Permalink
Update URL
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Tudela <ajtudela@gmail.com>
  • Loading branch information
ajtudela committed Jan 4, 2025
1 parent fa1ae22 commit f13187d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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; [
]);
});
Expand Down

0 comments on commit f13187d

Please sign in to comment.