replace with customize helper

This commit is contained in:
Robin Appelman 2026-07-09 18:34:22 +02:00
commit d96d2bbb9b
6 changed files with 51 additions and 51 deletions

View file

@ -58,10 +58,12 @@
]
// {
test = pkgs:
(pkgs.srcds-tf2.withConfig
{
pkgs.srcds-tf2.customize {
cfg = {
hostname = "Spire Server";
}).withSourcemod {};
};
sourcemod = true;
};
testScript = pkgs:
pkgs.buildSourcePawnScript {
name = "test";