Skip to content

Commit

Permalink
treewide: migrate nix-based dotnet lockfiles to JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
GGG-KILLER committed Dec 17, 2024
1 parent 318b37a commit 1cd9516
Show file tree
Hide file tree
Showing 292 changed files with 69,113 additions and 52,528 deletions.
2 changes: 1 addition & 1 deletion pkgs/applications/audio/openutau/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildDotnetModule rec {
enableParallelBuilding = false;

projectFile = "OpenUtau.sln";
nugetDeps = ./deps.nix;
nugetDeps = ./deps.json;

executables = [ "OpenUtau" ];

Expand Down
Loading

0 comments on commit 1cd9516

Please sign in to comment.