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
builtins.nixVersion is an impurity that can cause evaluation results to differ between Nix versions, see NixOS/nixpkgs#156527. So we could set it to a fixed value like 2.6. It's not clear whether there is a legitimate use case for builtins.nixVersion.
The text was updated successfully, but these errors were encountered:
builtins.nixVersion
is an impurity that can cause evaluation results to differ between Nix versions, see NixOS/nixpkgs#156527. So we could set it to a fixed value like2.6
. It's not clear whether there is a legitimate use case forbuiltins.nixVersion
.The text was updated successfully, but these errors were encountered: