Home Explore Blog Models CI



nixpkgs

pkgs/build-support/dev-shell-tools/README.md
140aabdaa335ef016a2a39979c57c7f9b829540b5a35df5c0000000300000183

# `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.

Chunks
7bf972b1 (1st chunk of `pkgs/build-support/dev-shell-tools/README.md`)
Title: Introduction and Contribution Guidelines for `devShellTools`
Summary
This chunk describes the `devShellTools` library, found in the `pkgs` namespace. It outlines contribution guidelines, specifying that documentation should be added to the Nixpkgs manual, not within this directory. It also provides information on running tests located in the `tests` directory using `nix-build -A tests.devShellTools`, and directs contributors to the main Nixpkgs `README.md` for general contribution information.