mirror of
https://codeberg.org/demostf/plugin.git
synced 2026-06-04 00:54:08 +02:00
cleanup flake
This commit is contained in:
parent
1e954c79a0
commit
094207454f
2 changed files with 2 additions and 1 deletions
|
|
@ -9,3 +9,5 @@ Automatically upload recorded stv demos to [demos.tf](https://demos.tf)
|
|||
## Building
|
||||
|
||||
The plugin can be built from source using the included `Makefile` (requires `docker` to be installed)
|
||||
|
||||
Alternatively the plugin can be build using `nix` with `nix build .#plugin`
|
||||
|
|
@ -23,7 +23,6 @@
|
|||
spEnv = pkgs.sourcepawn.buildEnv [pkgs.sourcepawn.includes.sourcemod curlInclude];
|
||||
in rec {
|
||||
packages = {
|
||||
inherit spEnv curlInclude;
|
||||
plugin = pkgs.buildSourcePawnScript {
|
||||
name = "plugin";
|
||||
src = ./demostf.sp;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue