Search nix packages versions - and minimalist devshell and version manager built on nix - Flake generator for version pinned packages.

featured on home

+4 -4
+4 -4
docs/README.md
··· 70 70 </pre> 71 71 </details> 72 72 73 - ### As a default.nix generator 74 - > We also provide `default.{nix,zip}` endpoints.<br/> 75 - > Compatible with `fetchurl`, `fetchzip` on non-flake environments. 73 + ### As a direnv shell generator 74 + > Our `use_nix_tools.bash` endpoint can get you a `direnv` shell in no time!<br/> 75 + > You don't even need `nix-versions` installed, just `nix` and `direnv`. 76 76 ```shell 77 - nix-shell 'https://nix-versions.alwaysdata.net/default.zip/cowsay@latest' -A devShell --run "cowsay hello" 77 + direnv fetchurl "https://nix-versions.alwaysdata.net/use_nix_tools.bash/ruby/cowsay" 78 78 ```