From 438c8c29f2d7147af3003371beea228d61f5bf41 Mon Sep 17 00:00:00 2001 From: LordMZTE Date: Mon, 11 Mar 2024 15:58:07 +0100 Subject: [PATCH] add luajit to devshell --- flake.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 60df1c5..9a2a3ba 100644 --- a/flake.nix +++ b/flake.nix @@ -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