Merge pull request #330634 from r-ryantm/auto-update/circumflex
[NixPkgs.git] / pkgs / test / dotnet / default.nix
blobd70850c05fdb009aa250d7e75ae594408b0f6b15
1 { lib, callPackage }:
4   project-references = callPackage ./project-references { };
5   use-dotnet-from-env = lib.recurseIntoAttrs (callPackage ./use-dotnet-from-env { });
6   structured-attrs = lib.recurseIntoAttrs (callPackage ./structured-attrs { });