feat: enable ca-derivations

This commit is contained in:
Naxdy 2025-04-22 10:28:26 +02:00
parent b4a68631ec
commit aec246d810
Signed by: Naxdy
GPG key ID: CC15075846BCE91B

View file

@ -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
'';
})
]