Commit Graph

28 Commits

Author SHA1 Message Date
Sam Estep
eb9859ba29 emilua: fix fallback allocator on aarch64-linux
Assisted-by: Codex:gpt-5.5
2026-05-15 13:04:30 -04:00
R. Ryantm
284c8d6b2c emilua: 0.11.7 -> 0.12.1 2026-03-16 14:02:34 +00:00
Jonathan Davies
116036d574 treewide: Remove redundant versionCheckProgramArg = "--version"; with:
```shell
git grep -l -e 'versionCheckProgramArg = "--version";' -e 'versionCheckProgramArg = \[ "--version" \];' | while read f; do
  sed -i '/versionCheckProgramArg/d' "$f"
  sed -i '/^$/N;/\n$/D' "$f"
done
```
2025-11-20 10:39:02 +00:00
R. Ryantm
a1f45d3cc2 emilua: 0.11.6 -> 0.11.7 2025-08-01 03:25:29 +00:00
Valter Nazianzeno
86e9dfb865 emilua: fix hash
Co-authored-by: Lucas Eduardo <lucas59356@gmail.com>
2025-04-24 23:54:44 -03:00
Valter Nazianzeno
ce715d80be emilua: 0.11.4 -> 0.11.6 2025-04-24 22:11:01 -03:00
Gaetan Lepage
871de71ac7 emilua: add versionCheckHook 2025-04-19 00:06:31 +02:00
R. Ryantm
1b6c3ba550 emilua: 0.11.1 -> 0.11.4 2025-04-19 00:04:39 +02:00
lucasew
5189fc147b emilua: opt-in io_uring
Signed-off-by: lucasew <lucas59356@gmail.com>
2025-03-01 10:32:35 -03:00
lucasew
a930c63509 emilua: 0.10.1 -> 0.11.1
Signed-off-by: lucasew <lucas59356@gmail.com>
2025-02-28 20:57:28 -03:00
Silvan Mosberger
84d4f874c2 treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev 78e9caf153
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:23:58 +01:00
Emily
8f79887fa1 emilua: unpin Boost 2024-11-25 08:53:38 +00:00
lucasew
b9732794c2 emilua: add lucasew as maintainer
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-09-05 22:32:34 -03:00
lucasew
f3d6b2ebef emilua: add setup hook that populates EMILUA_PATH
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-09-05 21:41:10 -03:00
lucasew
278b2dfe71 emiluaPlugins.beast: init at 1.1.0
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-09-05 21:41:07 -03:00
lucasew
a5122b1010 emilua: expose sitePackages
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-09-05 21:40:12 -03:00
lucasew
31b900b152 emilua: 0.7.3 -> 0.10.1
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-09-05 21:39:25 -03:00
lucasew
5718c4382a emilua: add update script
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-09-05 21:39:25 -03:00
lucasew
72cd45cc35 emilua: sparse checkout trial.protocol as only headers are used
Signed-off-by: lucasew <lucas59356@gmail.com>
2024-09-05 21:39:20 -03:00
Artturin
cde3f1cada treewide: Remove now unnecessary boost vars
`meson` now finds `boost` using `pkg-config`
2024-07-04 11:01:15 +02:00
Alyssa Ross
4dec85d68b meson.setupHook: always set --print-errorlogs
Otherwise, the logs are discarded, unless you built with
--keep-failed.
2024-05-14 21:26:19 +02:00
Alyssa Ross
b757e385e6 emilua: use mesonCheckFlags 2024-05-14 14:24:41 +02:00
Enric Morales
54ed3f7659 emilua: 0.7.2 -> 0.7.3, reformat 2024-05-09 23:44:59 +02:00
Valter Nazianzeno
a013465da2 emilua: 0.6.0 -> 0.7.2 (#308155) 2024-05-04 05:55:38 +03:00
stuebinm
ff1a94e523 treewide: add meta.mainProgram to packages with a single binary
The nixpkgs-unstable channel's programs.sqlite was used to identify
packages producing exactly one binary, and these automatically added
to their package definitions wherever possible.
2024-03-19 03:14:51 +01:00
Valter Nazianzeno
d776f1c519 emilua: 0.5.1 -> 0.6.0 2024-01-09 19:57:07 +00:00
Valter Nazianzeno
cb64fcc787 emilua: 0.4.3 -> 0.5.1 2023-12-08 10:56:13 -03:00
Valter Nazianzeno
05f82739df emilua: init at 0.4.3 2023-09-06 02:25:43 +00:00