From 4e0e66d98fcea8049ca9afc0f818c4edbb19ca84 Mon Sep 17 00:00:00 2001 From: Peter Rice Date: Mon, 18 May 2026 22:24:43 -0400 Subject: [PATCH] arseille: enable pipe-operators --- modules/hosts/arseille/system.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hosts/arseille/system.nix b/modules/hosts/arseille/system.nix index 94a80ee..6c97f47 100644 --- a/modules/hosts/arseille/system.nix +++ b/modules/hosts/arseille/system.nix @@ -7,7 +7,7 @@ user.shell = "${pkgs.fish}/bin/fish"; nix.extraOptions = '' - experimental-features = nix-command flakes + experimental-features = nix-command flakes pipe-operators ''; environment.packages = with pkgs; [ -- 2.51.2