repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #330634 from r-ryantm/auto-update/circumflex
[NixPkgs.git]
/
pkgs
/
test
/
dotnet
/
default.nix
blob
d70850c05fdb009aa250d7e75ae594408b0f6b15
1
{ lib, callPackage }:
2
3
{
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 { });
7
}