make experimental features global

This commit is contained in:
Clayton Hickey 2026-03-08 15:21:12 -04:00
parent fe02bcf9c3
commit a59f89b73d
Signed by: clay53
SSH key fingerprint: SHA256:fjW4+nfPltYzrJ4uZlYQvrYMshxHnah2S4qM8Hth9HQ
4 changed files with 5 additions and 12 deletions

View file

@ -137,11 +137,6 @@
android_sdk.accept_license = true;
};
nix.settings.experimental-features = [
"nix-command"
"flakes"
];
nix.settings.trusted-users = [
"root"
"@wheel"