Skip to content

Commit 2e00a31

Browse files
committed
Fix repo root when used outside of stackpanel itself
1 parent 7ef9c5b commit 2e00a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/stackpanel/modules/bun/module.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
# repoRoot resolves to the flake's store path at eval time (not the working
101101
# directory). In a Nix flake, relative paths in .nix files are anchored to
102102
# the file's location in the store copy of the source tree.
103-
repoRoot = ../../../..;
103+
repoRoot = self.outPath;
104104

105105
# ---------------------------------------------------------------------------
106106
# Layout selection: per-app vs. workspace

0 commit comments

Comments
 (0)