Skip to content

Commit

Permalink
Fixes on shell
Browse files Browse the repository at this point in the history
  • Loading branch information
arduano committed Dec 28, 2023
1 parent 5f83df5 commit 3d8fa9c
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,14 @@ pkgs.mkShell {
];

buildInputs = with pkgs; [
libGL
libxkbcommon
xorg.libX11
xorg.libXcursor
xorg.libXi
xorg.libXrandr

vulkan-tools

# Build dependency
alsa-lib
];

shellHook =
with pkgs; let
libs = [
# Runtime dependencies
vulkan-loader

libGL
Expand Down

0 comments on commit 3d8fa9c

Please sign in to comment.