You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moves the condition to allow parallels as an unfree module up one level.
This is required for users who don't instantiate their own nixpkgs
instance which causes `options.nixpkgs.pkgs.isDefined` being false.
In this case, although `cfg.parallels.enable` is false, the
`allowUnfreePredicate` will still be set resulting an error complaining
about `allowUnfreePredicate` option being used but not defined.
0 commit comments