Skip to content

Commit

Permalink
Fixed openxr skill
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah committed Nov 9, 2023
1 parent 140e93d commit 32c6956
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@
# `nix develop` pulls all of this in to become your shell.
devShells.default = pkgs.mkShell {
nativeBuildInputs = [
rustToolchain
pkgs.pkg-config
pkgs.androidenv.androidPkgs_9_0.androidsdk

# Common cargo tools we often use
pkgs.cargo-deny
Expand All @@ -55,6 +53,8 @@
buildInputs = [
pkgs.zstd
] ++ pkgs.lib.optionals pkgs.stdenv.isLinux (with pkgs; [
pkgs.androidenv.androidPkgs_9_0.androidsdk
rustToolchain
alsa-lib
libxkbcommon
udev
Expand Down

0 comments on commit 32c6956

Please sign in to comment.