Skip to content

Commit

Permalink
addded udev
Browse files Browse the repository at this point in the history
  • Loading branch information
TheFelidae committed Dec 16, 2024
1 parent 534d64d commit bc6490d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
CARGO_INSTALL_ROOT = "${toString ./.}/.cargo";

buildInputs = with pkgs; [ cargo rustc git
udev
alsa-lib vulkan-loader
xorg.libX11 xorg.libXcursor xorg.libXi xorg.libXrandr # To use the x11 feature
libxkbcommon wayland # To use the wayland feature
renderdoc
];
nativeBuildInputs = [ pkgs.pkg-config ];
};
Expand Down
1 change: 1 addition & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ mkShell rec {
xorg.libX11 xorg.libXcursor xorg.libXi xorg.libXrandr # To use the x11 feature
libxkbcommon wayland # To use the wayland feature
renderdoc
wayland
];
LD_LIBRARY_PATH = lib.makeLibraryPath buildInputs;
}

0 comments on commit bc6490d

Please sign in to comment.