1 2# `devShellTools` 3 4This directory implements the `pkgs.devShellTools` library. 5 6# Contributing to `devShellTools` 7 8- Documentation should be contributed to the Nixpkgs manual, not here. 9 10- Tests are available in the `tests` directory. 11 You may run them with `nix-build -A tests.devShellTools`. 12 13- See [../../README.md](../../README.md) for more information on contributing to Nixpkgs.