From 64d13428d062a27b0e71537aec1bd0ef4e79f4e9 Mon Sep 17 00:00:00 2001 From: _cry64 Date: Thu, 18 Dec 2025 11:28:58 +1000 Subject: [PATCH] enable additional experimental-features --- lib/csystem.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lib/csystem.nix b/lib/csystem.nix index 7f4677c..64e3aa3 100644 --- a/lib/csystem.nix +++ b/lib/csystem.nix @@ -57,9 +57,17 @@ in { ]; nix.settings = { + # REF: https://nix.dev/manual/nix/2.24/development/experimental-features experimental-features = [ - "nix-command" + # Significant "flakes" + "nix-command" + "pipe-operators" + + # Minor + "no-url-literals" + "parse-toml-timestamps" + "recursive-nix" ]; download-buffer-size = 524288000; # 500 MiB