From 10346735a5ff9ec46eff668334c12868014614a2 Mon Sep 17 00:00:00 2001 From: Johannes Hendrik Gerard van der Weide Date: Mon, 20 Nov 2023 19:01:25 +0100 Subject: [PATCH] Nix comments!!! :OOOOOOO --- flake.nix | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index fa9164a..cf9a532 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = ''