change feature set for nix build to "release_linux"

This commit is contained in:
yuni 2024-04-27 15:59:30 +02:00
parent e5e0b13ce1
commit ef53da1580

View file

@ -21,8 +21,7 @@ rustPlatform.buildRustPackage rec {
buildNoDefaultFeatures = true;
buildFeatures = [
"x11"
"embed_assets"
"release_linux"
];
buildInputs = [
alsa-lib