chore: enable auto-allocate-uids

This commit is contained in:
winston 2023-06-16 13:39:39 +02:00
parent 7020508e58
commit 33202f6bc0
Signed by: winston
GPG key ID: 3786770EDBC2B481

View file

@ -8,6 +8,7 @@
package = pkgs.nixVersions.nix_2_15; package = pkgs.nixVersions.nix_2_15;
settings = { settings = {
experimental-features = [ experimental-features = [
"auto-allocate-uids"
"flakes" "flakes"
"nix-command" "nix-command"
"repl-flake" "repl-flake"