feat: configuarble with lua supports custom aliases

This commit is contained in:
♥ Minnie ♥ 2025-06-09 10:32:29 +08:00
parent cc104f3f42
commit cb8bbbf414
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
5 changed files with 330 additions and 4 deletions

View file

@ -18,7 +18,10 @@
in
{
devShells.default = pkgs.mkShell rec {
nativeBuildInputs = [ pkgs.pkg-config ];
nativeBuildInputs = with pkgs; [
pkg-config
lua54Packages.lua
];
buildInputs = with pkgs; [
clang
llvmPackages.bintools