+4
−0
nixos/modules/services/matrix/mx-puppet-discord.nix
deleted100644 → 0
+0
−125
Loading
Admins will be upgrading ORNL GitLab Servers on Saturday, 16 May 2026, from 7 AM until 11 AM EST. Repositories will experience intermittent outages during this time.
According to emilazy these were the only usages of sha1 in nixpkgs: ``` pkgs/servers/mx-puppet-discord/node-packages.nix 111: sha1 = "532e01241dbcb0f2769f1b9a7cde313d30101173"; 120: sha1 = "68018cab4f59834b3fef2e59fbfd52938403e001"; 129: sha1 = "52b0e8bb808a1202602899af67939b049dd42402"; 138: sha1 = "0a37a3f9430ff7c29512d29882e25ae738a31283"; ``` Anyone motivated to maintain it can feel free to restore this, it's just not maintained at the moment, and the sha1 hashes need to go. This was found after Ericson proposed implementing something like https://github.com/NixOS/nix/issues/13544 in Lix, which led to the question "who is using sha1 anyway?" and the realization we could just *remove* support for it outside of .. the known chromium crimes.