tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
minecraft-server: deprecate phases
Felix Buehler
4 years ago
df9d5f8f
fbf61871
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
games
minecraft-server
default.nix
+1
-1
pkgs/games/minecraft-server/default.nix
···
23
chmod +x $out/bin/minecraft-server
24
'';
25
26
-
phases = "installPhase";
27
28
passthru = {
29
tests = { inherit (nixosTests) minecraft-server; };
···
23
chmod +x $out/bin/minecraft-server
24
'';
25
26
+
dontUnpack = true;
27
28
passthru = {
29
tests = { inherit (nixosTests) minecraft-server; };