Skip to content

Commit

Permalink
odin: copy shared/ directory into ODIN_ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
spitulax committed Jul 9, 2024
1 parent bf99590 commit 9ce24ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/by-name/od/odin/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ stdenv.mkDerivation rec {
cp odin $out/bin/odin
mkdir -p $out/share
cp -r base $out/share/base
cp -r core $out/share/core
cp -r vendor $out/share/vendor
cp -r {base,core,vendor,shared} $out/share
wrapProgram $out/bin/odin \
--prefix PATH : ${
Expand Down

0 comments on commit 9ce24ad

Please sign in to comment.