HtwoO

Results 12 comments of HtwoO

Confirmed by one of GuixSD's maintainer Ludovic that https://mirror.hydra.gnu.org/ is the preferred upstream to mirror from. And he said if you could afford it, you could even build things yourself....

> Guix不适合做传统发行版的“镜像”。 > > Guix/Nix的机制决定了,一个package更新,这个package的reverse dependecies都必须rebuild, 其实我不太同意这个观点,GuixSD 的一个卖点是可重现构建,所以,理论上,只有官方频道里没有的二进制包和用户自己需要去验证某个包是从指定的源码编译出来的,才需要用户去构建那个包。 不过 GuixSD 的镜像确实和传统的镜像不太一样,它不是直接提供静态文件,但本人没有仔细的去调查过。

I'm seeing similar error on `macOS 11.7.8 (20G1351)` ``` $ zig libc thread 5715000 panic: Darwin is handled separately via std.zig.system.darwin module Unable to dump stack trace: debug info stripped...

Okay nice. I thought it was fixed in `0.10.0` since this issue has `0.10.0` in its milestone, and my system is somewhat different from other users seeing this error. So...

The documentation at https://docs.tdengine.com/develop/connect/ should be updated to add prerequisite section about macOS client app installation that `TDengine-client-3.2.3.0-macOS-x64.pkg (32.2 M)` requires macOS >= 12.0 .

I understand that it is important to be accurate in technical writing. I personally also prefer unambiguity over beauty and naturalness when writing documentation. But in many cases we can...

BTW, I was able to follow https://nixcademy.com/2024/01/15/nix-on-macos/ and run `nix run nix-darwin -- switch --flake path.to.initial.flake` without obvious error, but could not find `nix-darwin` or `darwin-rebuild` after the command. I...

> Did you restart your shell? No. I realized I should have tried opening a new shell. I saw the following in the store: ``` macOS.CLI> ls -l /nix/store |...

> This is correct. Instead of editing it by hand, you would configure it with the `nix` options in your nix-darwin system configuration. For example, I have this in my...

> run the command again and found out it was much slower, not sure why I figured this out by running the following: ``` nix --option substituters "https://mirror.iscas.ac.cn/nix-channels/store" \ --option...