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:
Brooklyn Nicholson
2026-05-12 00:20:15 -04:00
parent fda39d4850
commit db9e74b1e0
+1 -2
View File
@@ -3,8 +3,7 @@
let
src = ../apps;
npmDeps = pkgs.fetchNpmDeps {
inherit src;
npmRoot = "dashboard";
src = ../apps/dashboard;
hash = "sha256-jJsVp3Dz+6/GaruxcUSby+G1vVB+nHHlu1tFWE9wQZQ=";
};