diff --git a/nix/web.nix b/nix/web.nix index 610e8a813f6..d04c38953f0 100644 --- a/nix/web.nix +++ b/nix/web.nix @@ -15,7 +15,7 @@ in pkgs.buildNpmPackage (npm // { pname = "hermes-web"; inherit src npmDeps version; - npmRoot = "dashboard"; + sourceRoot = "apps/dashboard"; doCheck = false;