mirror of
https://codeberg.org/spire/nix.git
synced 2026-06-03 18:04:10 +02:00
proper per-system sdks
This commit is contained in:
parent
f3a8debf10
commit
8919632524
6 changed files with 69 additions and 20 deletions
12
README.md
12
README.md
|
|
@ -12,7 +12,7 @@ The following is currently packaged:
|
|||
- `sourcemod`
|
||||
|
||||
|
||||
### Sourcemod SDKs
|
||||
## Sourcemod SDKs
|
||||
|
||||
For the `sourcemod` package, you need to enable one or more SDKs at build time.
|
||||
The SDKs are packaged under the `hl2sdk` package and can be enabled like in the following example.
|
||||
|
|
@ -21,6 +21,16 @@ The SDKs are packaged under the `hl2sdk` package and can be enabled like in the
|
|||
pkgs.sourcemod.override {sdks = {inherit (pkgs.hl2sdk) tf2;};};
|
||||
```
|
||||
|
||||
### Supported SDKs
|
||||
|
||||
#### i686-linux
|
||||
|
||||
`episode1`, `css`, `hl2dm`, `dods`, `sdk2013`, `tf2`, `l4d`, `l4d2`, `nucleardawn`, `csgo`, `doi` and `bms`
|
||||
|
||||
#### x86_64-linux
|
||||
|
||||
`dota`
|
||||
|
||||
## Building sourcepawn script
|
||||
|
||||
```nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue