diff --git a/hosts/shared.nix b/hosts/shared.nix index 03d2149..00707ad 100644 --- a/hosts/shared.nix +++ b/hosts/shared.nix @@ -16,6 +16,7 @@ experimental-features = [ "nix-command" "flakes" + "pipe-operators" ]; auto-optimise-store = true; warn-dirty = false;