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;
};
nix = {
optimize.automatic = true;
optimise.automatic = true;
extraOptions = ''
experimental-features = nix-command flakes
'';