I’d like to enable flakes in my nixos config in order to start playing around with them,
nix.extraOptions = ''
experimental-features = nix-command flakes
'';
However, I don’t plan on migrating my nixos config a flake any time soon. Will enabling them impact my non-flake configuration or have any other caveats I should be aware of?