mirror of
https://codeberg.org/spire/nix.git
synced 2026-08-02 12:25:00 +02:00
replace with customize helper
This commit is contained in:
parent
b6860cbb15
commit
d96d2bbb9b
6 changed files with 51 additions and 51 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue