feat: enable ca-derivations

This commit is contained in:
2025-04-22 10:28:26 +02:00
parent b4a68631ec
commit aec246d810

@ -54,7 +54,7 @@
destination = "/etc/nix/nix.conf";
text = ''
accept-flake-config = true
experimental-features = nix-command flakes
experimental-features = nix-command flakes ca-derivations
'';
})
]