mirror of
https://codeberg.org/spire/autoexec.git
synced 2026-08-02 12:14:52 +02:00
ci
This commit is contained in:
parent
15b63eef7c
commit
4b55a85f9d
4 changed files with 44 additions and 29 deletions
|
|
@ -22,11 +22,11 @@
|
|||
spEnv = pkgs.sourcepawn.buildEnv (with pkgs.sourcepawn.includes; [sourcemod]);
|
||||
in {
|
||||
packages = rec {
|
||||
nochat = pkgs.buildSourcePawnScript {
|
||||
autoexec = pkgs.buildSourcePawnScript {
|
||||
name = "autoexec";
|
||||
src = ./plugin/autoexec.sp;
|
||||
};
|
||||
default = nochat;
|
||||
default = autoexec;
|
||||
};
|
||||
devShells.default = pkgs.mkShell {
|
||||
nativeBuildInputs = [spEnv];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue