nixpkgs/pkgs/build-support/dev-shell-tools
Robert Hensing b5389e2ae9 nixosTests.docker-tools-nix-shell: Enable on aarch64-linux
The docker-tools test, where this originates, was not run on aarch64-linux, but this is an artifact of its age more so than anything else.

Co-authored-by: Ivan Trubach <mr.trubach@icloud.com>
2024-07-29 00:23:05 +02:00
..
tests nixosTests.docker-tools-nix-shell: Enable on aarch64-linux 2024-07-29 00:23:05 +02:00
default.nix devShellTools.unstructuredDerivationInputEnv: Support older Nix 2024-07-28 23:19:58 +02:00
README.md

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 for more information on contributing to Nixpkgs.