redlib: build from upstream main, nixpkgs build is TLS-blocked

This commit is contained in:
rope 2026-08-29 14:16:13 +01:00
parent f97d7ac829
commit ce18b829cb
3 changed files with 43 additions and 1 deletions

View file

@ -18,6 +18,13 @@
proton-cachyos-nix.url = "github:powerofthe69/proton-cachyos-nix";
# Source only, not this flake's outputs: nixpkgs' redlib predates the wreq
# switch and Reddit 403s its rustls TLS fingerprint (see services/redlib.nix).
redlib = {
url = "github:redlib-org/redlib";
flake = false;
};
stylix.url = "github:nix-community/stylix/release-26.05";
};
outputs =