Updated shoko.nix packaged to match their github docker file

This commit is contained in:
Snorre 2025-03-04 12:00:19 +01:00
parent cf077c7867
commit d15b31cdfd

View file

@ -17,7 +17,7 @@ buildDotnetModule rec {
hash = ""; hash = "";
}; };
projectFile = "Shoko.Server/Shoko.Server.csproj"; projectFile = "Shoko.CLI/Shoko.CLI.csproj";
executables = ["shoko"]; executables = ["shoko"];
# nugetDeps = ./nuget-deps.json; # nugetDeps = ./nuget-deps.json;
runtimeDeps = with pkgs; [ runtimeDeps = with pkgs; [