flake update

This commit is contained in:
Rph :3 2025-04-03 22:07:10 +02:00
parent 62a6b38b33
commit 63e27615b5
No known key found for this signature in database

View File

@ -14,7 +14,6 @@
};
native-deps = with pkgs; [
pkg-config pipewire lld clang libclang alsa-lib openssl taglib zlib libxkbcommon libGL wayland mangohud
pkgs.pkgsCross.mingwW64.buildPackages.gcc
];
in
with pkgs;
@ -26,8 +25,10 @@
targets = ["x86_64-unknown-linux-gnu" "x86_64-pc-windows-gnu"];
})
cargo-bloat
pkgs.pkgsCross.mingwW64.buildPackages.gcc
] ++ native-deps;
LD_LIBRARY_PATH = (lib.makeLibraryPath native-deps);
CARGO_TARGET_X86_64_PC_WINDOWS_GNU_RUSTFLAGS = "-L native=${pkgs.pkgsCross.mingwW64.windows.pthreads}/lib";
};
}
);