···26 nugetDeps = ./deps.nix;
2728 # Without this dotnet attempts to restore for Windows targets, which it cannot find the dependencies for
29- dotnetRestoreFlags = [ "--runtime ${dotnetCorePackages.sdk_6_0.systemToDotnetRid stdenvNoCC.targetPlatform.system}" ];
3031 projectFile = "ArchiSteamFarm.sln";
32 executables = [ "ArchiSteamFarm" ];
···26 nugetDeps = ./deps.nix;
2728 # Without this dotnet attempts to restore for Windows targets, which it cannot find the dependencies for
29+ dotnetRestoreFlags = [ "--runtime ${dotnetCorePackages.systemToDotnetRid stdenvNoCC.targetPlatform.system}" ];
3031 projectFile = "ArchiSteamFarm.sln";
32 executables = [ "ArchiSteamFarm" ];