From 8c1f72b6056033616d4ae80e052ec0fe69789651 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 9 Aug 2024 10:42:36 -0500 Subject: [PATCH] will be better once nixd has support --- modules/nix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nix.nix b/modules/nix.nix index df1582f..e5168c7 100644 --- a/modules/nix.nix +++ b/modules/nix.nix @@ -16,7 +16,7 @@ in # nix.package = pkgs.nixVersions.latest; nix = { extraOptions = '' - experimental-features = nix-command flakes + experimental-features = nix-command flakes pipe-operator use-xdg-base-directories = true '';