Android: Enable pipes.

This commit is contained in:
Dmitry Voronin 2024-12-18 17:14:10 +03:00
parent 6390adbfa8
commit 93a6e11be9
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -27,7 +27,7 @@ in
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
environment.packages = package.core; environment.packages = package.core;
nix.extraOptions = "experimental-features = nix-command flakes"; nix.extraOptions = "experimental-features = nix-command flakes pipe-operators";
system.stateVersion = const.droidStateVersion; system.stateVersion = const.droidStateVersion;
time.timeZone = const.timeZone; time.timeZone = const.timeZone;
terminal = { inherit (android) font colors; }; terminal = { inherit (android) font colors; };