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