We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef9c5b commit 2e00a31Copy full SHA for 2e00a31
nix/stackpanel/modules/bun/module.nix
@@ -100,7 +100,7 @@
100
# repoRoot resolves to the flake's store path at eval time (not the working
101
# directory). In a Nix flake, relative paths in .nix files are anchored to
102
# the file's location in the store copy of the source tree.
103
- repoRoot = ../../../..;
+ repoRoot = self.outPath;
104
105
# ---------------------------------------------------------------------------
106
# Layout selection: per-app vs. workspace
0 commit comments