depot/third_party/nixpkgs/pkgs/test/auto-patchelf-hook/default.nix

7 lines
214 B
Nix
Raw Normal View History

{ lib, callPackage }:
lib.recurseIntoAttrs {
withStructuredAttrs = callPackage ./package.nix { __structuredAttrs = true; };
withoutStructuredAttrs = callPackage ./package.nix { __structuredAttrs = false; };
}