depot/third_party/nixpkgs/pkgs/development/compilers/dotnet/8/default.nix

10 lines
213 B
Nix
Raw Normal View History

{ callPackage
, dotnetCorePackages
, bootstrapSdk
}: callPackage ../dotnet.nix {
releaseManifestFile = ./release.json;
releaseInfoFile = ./release-info.json;
depsFile = ./deps.nix;
inherit bootstrapSdk;
}