Compare commits

...

2 Commits

Author SHA1 Message Date
Johannes Hendrik Gerard van der Weide b3b4e0f18a Merge branch 'main' of git.saragerretsen.nl:Hertog/RustThingy
Hertog forgot to pull (again)
2023-11-20 19:02:18 +01:00
Johannes Hendrik Gerard van der Weide 10346735a5 Nix comments!!! :OOOOOOO 2023-11-20 19:01:25 +01:00
1 changed files with 12 additions and 1 deletions

View File

@ -43,9 +43,20 @@
# Fluff
onefetch
cargo-mommy
# Required and other tools
# Bevy
pkg-config
alsa-lib
vulkan-loader
udev
# If on x11
xorg.libX11
xorg.libXcursor
xorg.libXi
xorg.libXrandr
# If on wayland
libxkbcommon
wayland
# Rust
rustToolchain
]) ++ pkgs.lib.optionals pkgs.stdenv.isDarwin (with pkgs; [ libiconv ]);
shellHook = ''