redlib: build from upstream main, nixpkgs build is TLS-blocked
This commit is contained in:
parent
f97d7ac829
commit
ce18b829cb
3 changed files with 43 additions and 1 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue