Skip to content

Commit

Permalink
Merge #263
Browse files Browse the repository at this point in the history
263: fix: find Nix store dir with `builtins.storeDir` r=zimbatm a=tomeon



Co-authored-by: Matt Schreiber <[email protected]>
  • Loading branch information
bors[bot] and tomeon authored Jun 28, 2023
2 parents 2cf83bb + 15f5391 commit 9585c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/modules-docs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ let
if root == null then
# We need to strip references to /nix/store/* from the options or
# else the build will fail.
{ path = removePrefix "${builtins.storePath}/" decl; url = ""; }
{ path = removePrefix "${builtins.storeDir}/" decl; url = ""; }
else
rec {
path = removePrefix root.prefix decl;
Expand Down

0 comments on commit 9585c29

Please sign in to comment.