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