Skip to content

Commit

Permalink
Add missing nix deps to shell.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
gridbugs committed Jul 6, 2023
1 parent 2f6dde8 commit 1fb7092
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,11 @@ pkgs.mkShell {
gmp
libffi
alsaLib
xorg.libX11
xorg.libXcursor
xorg.libXrandr
xorg.libXi
xorg.libXScrnSaver
SDL2
];
}

0 comments on commit 1fb7092

Please sign in to comment.