Android : Fix extraOptions.

This commit is contained in:
Dmitry Voronin 2024-06-24 20:45:48 +03:00
parent 5c4608be04
commit 4bd9093e06
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -24,7 +24,7 @@
in {
# Configure system.
time.timeZone = const.timeZone;
nix.extraOptions = "experimental-features nix-command flakes";
nix.extraOptions = "experimental-features = nix-command flakes";
# Install packages.
environment.packages = package.list;