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; };