I’m using deploy-rs to deploy to a remote system. When I run the deploy command it gives an error without any further clues:
╰─❯ deploy --skip-checks --targets .#kodi
🚀 ℹ️ [deploy] [INFO] Evaluating flake in .
warning: Git tree '/home/munnik/Code/nixos-kodi' is dirty
warning: found empty hash, assuming 'sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA='
🚀 ℹ️ [deploy] [INFO] The following profiles are going to be deployed:
[kodi.kodi]
user = "kodi"
ssh_user = "munnik"
path = "/nix/store/zs4b6kj1ql1d2yw2hjjbzd7i7dydnx9y-activatable-home-manager-generation"
hostname = "192.168.1.75"
ssh_opts = ["-A", "-p", "4444"]
[kodi.munnik]
user = "munnik"
ssh_user = "munnik"
path = "/nix/store/30lq7yk3qaiqnvmqb0rdpidyfs8v21jd-activatable-home-manager-generation"
hostname = "192.168.1.75"
ssh_opts = ["-A", "-p", "4444"]
[kodi.system]
user = "root"
ssh_user = "munnik"
path = "/nix/store/rjmxwxfg1idp43blxms645yx7p3b6ady-activatable-nixos-system-kodi-25.05.20251016.98ff3f9"
hostname = "192.168.1.75"
ssh_opts = ["-A", "-p", "4444"]
🚀 ℹ️ [deploy] [INFO] Building profile `system` for node `kodi`
error: getting status of '/home/munnik/Code/nixos-kodi/qaagr7xm1qqm9hsjrkaby4w8i3j0mnax-activatable-nixos-system-kodi-25.05.20251016.98ff3f9.drv': No such file or directory
🚀 ❌ [deploy] [ERROR] Failed to build profile on node kodi: kodi
How can I find out what is causing this error and how can I resolve this?