Skip to content

Commit

Permalink
fix(builders/mkMinecraftServer): worlds issue
Browse files Browse the repository at this point in the history
Should fix #6
  • Loading branch information
IogaMaster committed Aug 14, 2024
1 parent ca90212 commit d7af85a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builders/mkMinecraftServer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ mkGenericServer {
CI=true # Better build logs
cd $src
chmod 777 -R .
mcman build -o $out
'';

Expand Down

0 comments on commit d7af85a

Please sign in to comment.