diff --git a/configurations/homie/modules/home-assistant/netdaemon/update.nix b/configurations/homie/modules/home-assistant/netdaemon/update.nix index 0941d59a..50c84823 100644 --- a/configurations/homie/modules/home-assistant/netdaemon/update.nix +++ b/configurations/homie/modules/home-assistant/netdaemon/update.nix @@ -17,7 +17,7 @@ config = (builtins.getFlake ("$FLAKE")).nixosConfigurations.homie; inherit (config) pkgs; - netdaemonConfig = pkgs.callPackage ${toString ./package.nix} {}; + netdaemonConfig = pkgs.callPackage "$FLAKE/configurations/homie/modules/home-assistant/netdaemon/package.nix" {}; in netdaemonConfig.fetch-deps '';