mirror of
https://codeberg.org/spire/nix.git
synced 2026-08-02 12:25:00 +02:00
drop broken websocket stuff
This commit is contained in:
parent
9062b8cecc
commit
bd8744fdec
7 changed files with 24 additions and 11 deletions
|
|
@ -55,6 +55,7 @@
|
|||
"sourcemod-include-curl"
|
||||
"sourcemod-include-library"
|
||||
"sourcemod-include-steamworks"
|
||||
"sourcemod-include-sha1"
|
||||
"srcds-tf2"
|
||||
"sourcemod-addon-curl"
|
||||
"sourcemod-addon-steamworks"
|
||||
|
|
@ -71,7 +72,6 @@
|
|||
"sourcemod-plugin-setteam"
|
||||
"sourcemod-plugin-banned"
|
||||
"sourcemod-plugin-who"
|
||||
"sourcemod-plugin-webrcon"
|
||||
"sourcemod-plugin-afk"
|
||||
]
|
||||
// {
|
||||
|
|
@ -98,6 +98,11 @@
|
|||
sha256 = "sha256-Z3RJhuc9c8YQTo9gnLTBrqL4JpADZgDttrJVyE/MWdM=";
|
||||
};
|
||||
};
|
||||
spEnv = pkgs:
|
||||
pkgs.sourcepawn.buildEnv (with pkgs; [
|
||||
sourcemod-includes
|
||||
sourcemod-addon-socket
|
||||
]);
|
||||
};
|
||||
|
||||
checks = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue