the-powder-toy: remove top-level override

This commit is contained in:
Aliaksandr
2026-01-25 11:43:58 -05:00
committed by Michael Daniels
parent 727778bf68
commit 3395fa4713
2 changed files with 2 additions and 6 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
lib,
libpng,
libX11,
lua,
lua5_2,
luajit,
meson,
ninja,
@@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
jsoncpp
libpng
libX11
lua
lua5_2
luajit
SDL2
zlib
-4
View File
@@ -12395,10 +12395,6 @@ with pkgs;
protonup-ng = with python3Packages; toPythonApplication protonup-ng;
the-powder-toy = callPackage ../by-name/th/the-powder-toy/package.nix {
lua = lua5_2;
};
teeworlds-server = teeworlds.override { buildClient = false; };
tengine = callPackage ../servers/http/tengine {