···7070</pre>
7171</details>
72727373-### As a default.nix generator
7474-> We also provide `default.{nix,zip}` endpoints.<br/>
7575-> Compatible with `fetchurl`, `fetchzip` on non-flake environments.
7373+### As a direnv shell generator
7474+> Our `use_nix_tools.bash` endpoint can get you a `direnv` shell in no time!<br/>
7575+> You don't even need `nix-versions` installed, just `nix` and `direnv`.
7676```shell
7777-nix-shell 'https://nix-versions.alwaysdata.net/default.zip/cowsay@latest' -A devShell --run "cowsay hello"
7777+direnv fetchurl "https://nix-versions.alwaysdata.net/use_nix_tools.bash/ruby/cowsay"
7878```