system.nix: enable ca-derivations

This commit is contained in:
陈浩南 2024-06-22 16:04:24 +08:00
parent 153687806b
commit 21f822e5aa

View File

@ -33,7 +33,7 @@ inputs:
nix.settings =
{
system-features = [ "big-parallel" "nixos-test" "benchmark" ];
experimental-features = [ "nix-command" "flakes" ];
experimental-features = [ "nix-command" "flakes" "ca-derivations" ];
keep-failed = true;
max-substitution-jobs = 4;
trusted-public-keys = [ "chn:Cc+nowW1LIpe1kyXOZmNaznFDiH1glXmpb4A+WD/DTE=" ];