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
docs(installation): update Nix flake guide to use overlay pattern
The CLI now exports overlays.default, enabling users to integrate probitas
into their pkgs namespace rather than referencing it via packages.${system}.
This provides cleaner configuration with 'with pkgs;' syntax and ensures
consistent Deno versions by using the user's nixpkgs automatically.
Added "Why Use Overlays?" section explaining the benefits of unified
namespace, composability, and automatic Deno version consistency.
Updated Flake Outputs Reference table to include overlays.default.
0 commit comments