Files
nixpkgs/pkgs/build-support/dev-shell-tools
Wolfgang Walther af6b831faf Revert "devShellTools.unstructuredDerivationInputEnv: Match passAsFile basename"
This reverts commit 1cf3103bca.

The commit implemented a "nice to have" TODO, which ultimately causes
hash differences between Lix and Nix. We can't conditionally use the
`convertHash` builtin, because we don't have an alternative to produce
the same results.
2025-10-14 18:59:03 +02:00
..

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.