add blake3 hashing experimental feature

This commit is contained in:
goeranh 2026-05-03 14:13:19 +02:00
parent 9c50baee2e
commit d0fc6af265
No known key found for this signature in database

View file

@ -37,6 +37,7 @@ in
experimental-features = [
"nix-command"
"flakes"
"blake3-hashes"
];
# trusted-users = [ "administration" ];
auto-optimise-store = true;