| 13 Sep 2022 |
Yuki (they/them) (Old) | In reply to@k0kada:matrix.org We actually set a few things that I want to see, but a runCommand can at least prove/disprove my hypothesis Here's an env dump from openSUSE/Single-user Nix: https://gist.github.com/yukiisbored/b186830a288403d5025e213b096e10e1 | 21:37:33 |
ckie (they/them) | In reply to @mon:tchncs.de @ckie (they/them) about https://github.com/nix-community/nix-doom-emacs/pull/266#discussion_r968602853, which README do i link? you did say to rename the current docs/README.md to docs/reference.md, so wouldn't a README.md link be useless? there's still a /README.md outside of the docs folder? | 21:38:54 |
ckie (they/them) | meant that | 21:38:58 |
ribosomerocker | ah ok | 21:39:24 |
ckie (they/them) | In reply to @mon:tchncs.de and with this: https://github.com/nix-community/nix-doom-emacs/pull/266#discussion_r969497886 what do you mean by "in the heading"? surely not in the ## ... line, right? implied: "## How do I add a native dependency to one of my packages' builds?" | 21:39:43 |
ribosomerocker | so i should have that navtable in docs/reference.md? | 21:39:56 |
ckie (they/them) | in all 3 files | 21:40:08 |
ribosomerocker | oh | 21:40:11 |
ckie (they/them) | omitting the link for the current one in each one | 21:40:21 |
Yuki (they/them) (Old) | In reply to@yuki:backalley.club Here's an env dump from openSUSE/Single-user Nix: https://gist.github.com/yukiisbored/b186830a288403d5025e213b096e10e1 NixOS/Multi-user Nix: https://gist.github.com/yukiisbored/4aae837c1243597589aa9d7be5cec0de | 21:40:04 |
Yuki (they/them) (Old) | Both of them run under WSL | 21:40:12 |
Yuki (they/them) (Old) | * Both systems run under WSL | 21:40:28 |
ckie (they/them) | no diff | 21:43:11 |
ckie (they/them) |  Download image.png | 21:43:26 |
ckie (they/them) | how about a ls /home/yuki 2>&1? | 21:43:46 |
ckie (they/them) | * how about a ls /home/yuki 1>&2? | 21:43:49 |
Yuki (they/them) (Old) | Not sure how that is related | 21:43:06 |
Yuki (they/them) (Old) | oh | 21:43:09 |
Yuki (they/them) (Old) | Ah inside the build | 21:43:15 |
ckie (they/them) | this is kind of extra annoying because i've read the nix sandbox code before | 21:44:34 |
ckie (they/them) | but it was a while ago | 21:44:36 |
Yuki (they/them) (Old) | what's on fd 2? | 21:43:50 |
ckie (they/them) | stderr | 21:44:49 |
Yuki (they/them) (Old) | actually nvm i just realized | 21:43:57 |
Yuki (they/them) (Old) | I forgot fd 0 is stdin, 1 is stdout, and 2 is stderr | 21:44:06 |
ckie (they/them) | your PATH seems wrong though | 21:45:31 |
ckie (they/them) | unless that the generic.sh builder | 21:45:44 |
ckie (they/them) | https://github.com/nixos/nix/blob/51712bf0127e995c94a4b598b045d52cf667dcef/src/libstore/build/local-derivation-goal.cc#L1030 | 21:45:44 |
Yuki (they/them) (Old) | In reply to@ckie:ckie.dev unless that the generic.sh builder It's just pkgs.runCommand | 21:45:06 |
Yuki (they/them) (Old) | so I assume it is generic.sh | 21:45:12 |