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