move dependencies to nix shell

This commit is contained in:
Benjamin Palko 2024-08-07 09:23:17 -04:00
parent 62686c9fa4
commit ddd609290b
2 changed files with 2 additions and 1 deletions

View file

@ -5,6 +5,7 @@ pkgs.llvmPackages.stdenv.mkDerivation {
name = "Development"; name = "Development";
buildInputs = with pkgs.buildPackages; [ buildInputs = with pkgs.buildPackages; [
fmt
glfw-wayland glfw-wayland
libglvnd libglvnd
libglvnd.dev libglvnd.dev

View file

@ -1,3 +1,3 @@
{ {
"dependencies": ["fmt", "glfw3", "glad"] "dependencies": ["glad"]
} }