diff --git a/nix/web.nix b/nix/web.nix index f8190f275a..610e8a813f 100644 --- a/nix/web.nix +++ b/nix/web.nix @@ -3,8 +3,7 @@ let src = ../apps; npmDeps = pkgs.fetchNpmDeps { - inherit src; - npmRoot = "dashboard"; + src = ../apps/dashboard; hash = "sha256-jJsVp3Dz+6/GaruxcUSby+G1vVB+nHHlu1tFWE9wQZQ="; };