about summary refs log tree commit diff
path: root/nixpkgs/pkgs/test/auto-patchelf-hook/default.nix
blob: 6e05e729fba8425135dff5aaef4e236a7704edf2 (plain) (blame)
1
2
3
4
5
6
{ lib, callPackage }:

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