mirror of
https://github.com/griffi-gh/kubi.git
synced 2024-11-21 14:28:43 -06:00
update flake
This commit is contained in:
parent
1c6ef70121
commit
9216a5a2a8
13
flake.nix
13
flake.nix
|
@ -23,7 +23,7 @@
|
|||
devShells.default = pkgs.mkShell.override {
|
||||
stdenv = pkgs.stdenvAdapters.useMoldLinker pkgs.clangStdenv;
|
||||
} rec {
|
||||
buildInputs = with pkgs; [
|
||||
packages = with pkgs; [
|
||||
(fenix.packages.${system}.complete.withComponents [
|
||||
"cargo"
|
||||
"clippy"
|
||||
|
@ -35,9 +35,10 @@
|
|||
lldb
|
||||
cmake
|
||||
pkg-config
|
||||
openssl
|
||||
xorg.libxcb
|
||||
libxkbcommon
|
||||
];
|
||||
buildInputs = with pkgs; [
|
||||
libGL
|
||||
glslang
|
||||
vulkan-tools
|
||||
vulkan-headers
|
||||
vulkan-loader
|
||||
|
@ -45,9 +46,11 @@
|
|||
xorg.libXcursor
|
||||
xorg.libXi
|
||||
xorg.libXrandr
|
||||
xorg.libxcb
|
||||
libxkbcommon
|
||||
wayland
|
||||
glslang
|
||||
udev
|
||||
openssl
|
||||
];
|
||||
LD_LIBRARY_PATH = pkgs.lib.makeLibraryPath buildInputs;
|
||||
RUSTFLAGS = "-Zthreads=8";
|
||||
|
|
Loading…
Reference in a new issue