fix(nix): fetch dashboard npm deps from package root
Point the dashboard npm dependency fetch at apps/dashboard so Nix can find the package lockfile after the dashboard move.
This commit is contained in:
+1
-2
@@ -3,8 +3,7 @@
|
||||
let
|
||||
src = ../apps;
|
||||
npmDeps = pkgs.fetchNpmDeps {
|
||||
inherit src;
|
||||
npmRoot = "dashboard";
|
||||
src = ../apps/dashboard;
|
||||
hash = "sha256-jJsVp3Dz+6/GaruxcUSby+G1vVB+nHHlu1tFWE9wQZQ=";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user