diff options
author | yuuko <yuuko@partyvan.io> | 2024-11-24 01:01:16 -0800 |
---|---|---|
committer | yuuko <yuuko@partyvan.io> | 2024-11-24 01:01:16 -0800 |
commit | d1fd47eaa587c21661041aa5f8593f89371bdd0a (patch) | |
tree | 7927daa8768532245904d93ab1875e5c3627fcf4 /srcds-pkgs/depotdownloader-json/default.nix | |
parent | e4c37c5d5dc734fb94149af4a6273f35f818bdca (diff) |
depotdownloader-json: make dotnet shut up
Diffstat (limited to 'srcds-pkgs/depotdownloader-json/default.nix')
-rw-r--r-- | srcds-pkgs/depotdownloader-json/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/srcds-pkgs/depotdownloader-json/default.nix b/srcds-pkgs/depotdownloader-json/default.nix index 7ff0270..0f6f4c4 100644 --- a/srcds-pkgs/depotdownloader-json/default.nix +++ b/srcds-pkgs/depotdownloader-json/default.nix @@ -12,6 +12,8 @@ depotdownloader.overrideAttrs({ patches ? [], version, ... }: { [ ./2_7/0001-ProtoManifest-sort-files-in-constructor.patch ./2_7/0002-emit-json-in-.DepotDownload.patch + # formatting very the epic + ./2_7/0003-thats-just-like-your-opinion-man.patch ] else builtins.abort "version of DepotDownloader not covered by patches"; }) |