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.
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
testsdirectory. You may run them withnix-build -A tests.devShellTools. -
See ../../README.md for more information on contributing to Nixpkgs.