change feature set for nix build to "release_linux"
This commit is contained in:
parent
e5e0b13ce1
commit
ef53da1580
|
@ -21,8 +21,7 @@ rustPlatform.buildRustPackage rec {
|
|||
|
||||
buildNoDefaultFeatures = true;
|
||||
buildFeatures = [
|
||||
"x11"
|
||||
"embed_assets"
|
||||
"release_linux"
|
||||
];
|
||||
buildInputs = [
|
||||
alsa-lib
|
||||
|
|
Loading…
Reference in a new issue