mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-01-22 01:09:59 +01:00
add luajit to devshell
This commit is contained in:
parent
1113554bf0
commit
438c8c29f2
1 changed files with 4 additions and 4 deletions
|
@ -30,13 +30,13 @@
|
|||
devShells.default = nixpkgs.legacyPackages.${system}.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
# packages required to build scripts
|
||||
# TODO: build scripts with nix instead
|
||||
pkg-config
|
||||
libGL
|
||||
libgit2
|
||||
luajit
|
||||
roswell
|
||||
wayland
|
||||
wayland-protocols
|
||||
libgit2
|
||||
libGL
|
||||
roswell
|
||||
] ++
|
||||
# shorthands for setup.rkt
|
||||
builtins.map
|
||||
|
|
Loading…
Add table
Reference in a new issue