Mix

Results 87 comments of Mix

It seems that this issue didn't occur before, even with a Clang-compiled LTO kernel. I suspect the `callPackage` override, which was added in #1115, is forcing many packages to be...

I just found it might not be an issue of chaotic and `callPackage`. I can reproduce this problem with a given module: ```nix { config, ... }: { hardware.nvidia =...

Thanks for the information, @mio-19. @PedroHLC, do you think we may just revert the `pkgsLLVM` adoption pull request for now? It seems that Mio's issue with ZFS utils is similar...

> Let me know how it goes with our latest deployment. Now ZFS and perf are properly marked broken. Thanks, the NVIDIA driver seems to hit the cache and no...

@PedroHLC FYI, the `nvidia-x11` fails to build again at compilation attempt of valgrind: ``` ┏━ 11 Errors: ⋮ ┃ > done ┃ > x86_64-unknown-linux-gnu-clang -m64 -O2 -g -Wall -Wmissing-prototypes -Wshadow...

浏览器可以,部分客户端不行可能是因为客户端用的 `libcurl`,而 cURL 对证书的校验更加严格(会检查证书吊销列表中的证书吊销状态,并请求 OCSP 服务器),通过命令行 cURL 即可复现: ``` > curl -v https://ip.sb * Host ip.sb:443 was resolved. * IPv6: (none) * IPv4: 172.67.75.172, 104.26.13.31, 104.26.12.31 * Trying 172.67.75.172:443... *...

> 有能复现得curl吗 @wanghongenpin 上面这个 `curl -v https://ip.sb` 应该就可以,我用的是 Windows 自带的 cURL。