mirror of
https://github.com/sajenim/rush.git
synced 2025-06-28 09:54:21 +08:00
feat: configuarble with lua supports custom aliases
This commit is contained in:
parent
cc104f3f42
commit
cb8bbbf414
5 changed files with 330 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue