Replace deprecated nuget-to-nix with nuget-to-json
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
version = "0.1.0";
|
||||
src = "./";
|
||||
|
||||
nugetDeps = ./deps.nix;
|
||||
nugetDeps = ./deps.json;
|
||||
|
||||
dotnet-sdk = pkgs.dotnet-sdk_10;
|
||||
dotnet-runtime = dotnetRuntime;
|
||||
@@ -57,7 +57,7 @@
|
||||
packages = [
|
||||
pkgs.dotnet-sdk_10
|
||||
pkgs.omnisharp-roslyn
|
||||
pkgs.nuget-to-nix
|
||||
pkgs.nuget-to-json
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
|
||||
Reference in New Issue
Block a user