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