From 6989ca2721d0a044efed3643f2af0f889acb67f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Mon, 21 Apr 2025 19:00:04 +0200 Subject: [PATCH] Support pipe operator Not using it now since my LSP thing doesn't like it, but at least it's there. --- hm/nix/default.nix | 1 + os/common.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/hm/nix/default.nix b/hm/nix/default.nix index 554eb29..eae73d7 100644 --- a/hm/nix/default.nix +++ b/hm/nix/default.nix @@ -23,6 +23,7 @@ experimental-features = [ "nix-command" "flakes" + "pipe-operator" ]; warn-dirty = false; }; diff --git a/os/common.nix b/os/common.nix index 0cf3b65..e83692f 100644 --- a/os/common.nix +++ b/os/common.nix @@ -61,6 +61,7 @@ experimental-features = [ "nix-command" "flakes" + "pipe-operator" ]; warn-dirty = false; };