Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / test / nixpkgs-check-by-name / tests / broken-autocall / default.nix
blob793dfabd6553b95db099106e7f75727bed9476ef
1 args:
2 builtins.removeAttrs
3   (import ../mock-nixpkgs.nix { root = ./.; } args)
4   [ "foo" ]