Replace deprecated nuget-to-nix with nuget-to-json

This commit is contained in:
2026-05-20 08:56:44 -04:00
parent 85b00618c1
commit a08fea0ef0
+2 -2
View File
@@ -27,7 +27,7 @@
version = "0.1.0"; version = "0.1.0";
src = "./"; src = "./";
nugetDeps = ./deps.nix; nugetDeps = ./deps.json;
dotnet-sdk = pkgs.dotnet-sdk_10; dotnet-sdk = pkgs.dotnet-sdk_10;
dotnet-runtime = dotnetRuntime; dotnet-runtime = dotnetRuntime;
@@ -57,7 +57,7 @@
packages = [ packages = [
pkgs.dotnet-sdk_10 pkgs.dotnet-sdk_10
pkgs.omnisharp-roslyn pkgs.omnisharp-roslyn
pkgs.nuget-to-nix pkgs.nuget-to-json
]; ];
shellHook = '' shellHook = ''