6 lines
144 B
Nix
6 lines
144 B
Nix
_: super:
|
|
# Overlay that adds `buildToolbox`, an enhanced version of `buildEnv`
|
|
{
|
|
buildToolbox = super.callPackage ./build-toolbox.nix { };
|
|
}
|