diff options
| author | LLLL Colonq <llll@colonq> | 2026-07-10 05:19:06 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-07-10 05:19:06 -0400 |
| commit | 9ba3ccd51d94e2db6920351eccb9050d1a2c41e1 (patch) | |
| tree | 95d4eb6d18147fea2890aac74f3001a9db1f8c7b /6502/packages.nix | |
| parent | 6f9276b24b371758bf9dbe87110843b6d6dc6f8e (diff) | |
6502: Lua bindings for testing
Diffstat (limited to '6502/packages.nix')
| -rw-r--r-- | 6502/packages.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/6502/packages.nix b/6502/packages.nix index 6ce8162..e0c5d25 100644 --- a/6502/packages.nix +++ b/6502/packages.nix @@ -4,6 +4,12 @@ pkgs: lcq: { version = "git"; src = ./.; hardeningDisable = ["all"]; + nativeBuildInputs = [ + pkgs.lua5_3 + ]; + buildInputs = [ + lcq.prelude.native + ]; installPhase = '' make prefix=$out install ''; |
