Revert nixFlake / nixExperimental (#120141)
Usage of the nixFlakes attribute obscures the fact that it's an experimental feature. Providing a nixExperimental attribute (which people will inevitably start using on their production machines) makes it too easy to enable all experimental features, when you should explicitly opt in to the features that you want to try out. Also, upstream Nix doesn't provide an "enable all experimental features" patch so neither should Nixpkgs.
This commit is contained in:
@@ -30322,8 +30322,7 @@ in
|
||||
nix
|
||||
nixStable
|
||||
nixUnstable
|
||||
nixFlakes
|
||||
nixExperimental;
|
||||
nixFlakes;
|
||||
|
||||
nixStatic = pkgsStatic.nix;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user