Skip to content

Commit

Permalink
options.json: fix symlink again
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelCoding authored and SuperSandro2000 committed Jun 23, 2024
1 parent 1cab8ed commit 79da50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/wrapper.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ rec {
''
mkdir $out
lndir ${nuscht-search} $out
ln -s ${mkSearchJSON { inherit modules urlPrefix; }} $out/options.json
ln -s ${mkSearchJSON { inherit modules urlPrefix; }}/options.json $out/options.json
'';
}

0 comments on commit 79da50a

Please sign in to comment.