From e0294e9bd3836e50214d0f9cb6bfecc150ccdffe Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Wed, 18 Dec 2024 17:14:10 +0300 Subject: [PATCH] Android: Enable pipes. --- home/Android.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/Android.nix b/home/Android.nix index 4581062e..5bb0b53f 100644 --- a/home/Android.nix +++ b/home/Android.nix @@ -27,7 +27,7 @@ in config = lib.mkIf cfg.enable { environment.packages = package.core; - nix.extraOptions = "experimental-features = nix-command flakes"; + nix.extraOptions = "experimental-features = nix-command flakes pipe-operators"; system.stateVersion = const.droidStateVersion; time.timeZone = const.timeZone; terminal = { inherit (android) font colors; };