1 # Tests that `nugetDeps` in buildDotnetModule can handle various types.
6 buildPackages, # buildDotnetModule
15 inherit (buildPackages)
25 name = "nuget-deps-${name}";
31 dotnet new console -o .
41 "file" = ./nuget-deps.nix;
42 "derivation" = emptyDirectory;
43 "list" = [ emptyDirectory ];