We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da04edf commit ff8230eCopy full SHA for ff8230e
nixos/optina/minecraft-bedrock-server.nix
@@ -139,7 +139,7 @@ in
139
preStart = ''
140
cp -a -n ${cfg.package}/var/lib/* .
141
cp -f ${serverPropertiesFile} server.properties
142
- chmod +w server.properties
+ chmod -R u+w .
143
ln -sf /var/lib/minecraft-bedrock-data/permissions.json /var/lib/minecraft-bedrock/permissions.json
144
ln -sf /var/lib/minecraft-bedrock-data/worlds /var/lib/minecraft-bedrock/worlds
145
'';
nixos/optina/minecraft-bedrock.nix
@@ -2,7 +2,7 @@
2
3
let
4
version = "1.19.51.01";
5
- sha256 = "sha256-DffMcl579TXwdkmYw8emBmvhI+G5wdBVNDdXQ13DJ+Y=";
+ sha256 = "sha256-ZzSlPYM8On0xTsifQgC4GE14g0lBDAImYtYGM3/BYZ0=";
6
rpath = lib.makeLibraryPath [ zlib openssl stdenv.cc.cc curl ];
7
in
8
stdenv.mkDerivation rec {
0 commit comments