1
0
Fork 0
mirror of https://codeberg.org/demostf/plugin.git synced 2026-06-04 00:54:08 +02:00

cleanup flake

This commit is contained in:
Robin Appelman 2023-07-09 18:47:52 +02:00
commit 094207454f
2 changed files with 2 additions and 1 deletions

View file

@ -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`

View file

@ -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;