Updated shoko.nix packaged to match their github docker file
This commit is contained in:
parent
cf077c7867
commit
d15b31cdfd
|
@ -17,7 +17,7 @@ buildDotnetModule rec {
|
|||
hash = "";
|
||||
};
|
||||
|
||||
projectFile = "Shoko.Server/Shoko.Server.csproj";
|
||||
projectFile = "Shoko.CLI/Shoko.CLI.csproj";
|
||||
executables = ["shoko"];
|
||||
# nugetDeps = ./nuget-deps.json;
|
||||
runtimeDeps = with pkgs; [
|
||||
|
|
Loading…
Reference in a new issue