Fix compilation issue, flake update.

This commit is contained in:
jay
2025-06-29 01:06:15 -04:00
parent f9d9dfc52e
commit 15585ce403

View File

@@ -4,7 +4,7 @@
config.allowUnfree = true; config.allowUnfree = true;
}; };
nix = { nix = {
optimize.automatic = true; optimise.automatic = true;
extraOptions = '' extraOptions = ''
experimental-features = nix-command flakes experimental-features = nix-command flakes
''; '';