Nick Hu
Nick Hu
Previously, when you had a symbolic link to some file on your computer that got passed to styx, it would just copy the link (which then obviously does not resolve)....
The documentation says that Markdown can be separated into an intro section preceding the rest of the content with ```html ``` However, the parser actually only recognises `` (no spaces):...
Is it possible to globally overlay rustc, rustfmt, cargo, etc. for the dev shell and the build environment? I tried to use https://github.com/yusdacra/nix-cargo-integration/blob/master/docs/example_flake.nix#L39 but I wasn't very successful. In particular,...
Hi, thanks for your amazing work on this! I was amazed that someone implemented damage tracking. Would you be open to packaging the binary and shared libraries in toltec? It...
The last release was in 2016, and since then the `-f` option has been added; perhaps it's time to release?
It is common for repositories which provide flakes to provide development shells under a top-level attribute `flake#devShells`, with `flake#devShell` being the default one (an alias for `flake#devShells."".default`). These are accessed...
Cross-post of existing issue report for visibility: https://github.com/NixOS/nix/issues/6680#issuecomment-1311559039
These are improvements from @yusdacra's fork, in the `feat/builtinfetchgit` branch. I simply rebased them onto master (I saw a comment which suggested that they intended to upstream the changes anyway,...
I haven't investigated the exact cause, but when building for anything that isn't my native system (`x86_64-unknown-linux-gnu`), even though the `foo-deps` derivation is built and unpacked into the `foo` build...
In a corporate environment, sometimes git (or anything else which requires network access, e.g. `curl`) will not work properly without setting environment variables `all_proxy`, `http_proxy`, `https_proxy` etc. Because this setup...