| 11 Mar 2025 |
| sinan changed their profile picture. | 18:25:29 |
| sinan changed their profile picture. | 18:46:53 |
| 12 Mar 2025 |
fzakaria | If i use a separate store; how can i make it easily so my nix commands use it without doing --store | 01:57:34 |
puffnfresh | In reply to @fzakaria:one.ems.host If i use a separate store; how can i make it easily so my nix commands use it without doing --store can be set at compile time, or in nix.conf | 02:15:21 |
fzakaria | i was thining like a bind mount or somethig with nix-shell | 02:15:40 |
fzakaria | so it's temporary | 02:15:43 |
fzakaria | bind mounts doesn't work actually because i lose out on all my current tools in the current process | 02:24:13 |
fzakaria | in NixOS | 02:24:15 |
fzakaria | Okay this works though
nix run nixpkgs#fish --store /tmp/dyn-drvs
| 02:25:22 |
fzakaria | (not sure why unshare -> mount --bind doesn't though ) | 02:25:31 |
puffnfresh | didn't you say that you wanted to do it without using --store? | 03:44:11 |
fzakaria | i meant subsequent commands | 04:09:50 |
fzakaria | don't need the --store after that | 04:09:56 |
John Ericson | @roberthensing:matrix.org: FYI I noticed Linus Heckmann did some interesting recent commits to lix for GC fixes | 22:56:05 |
| 13 Mar 2025 |
Las | In reply to @fzakaria:one.ems.host If i use a separate store; how can i make it easily so my nix commands use it without doing --store NIX_CONFIG | 01:01:34 |
| @0rzklv:matrix.org joined the room. | 07:46:39 |
Sergei Zimmerman (xokdvium) | Fixing very significant debugger performance regression introduced in 2.21: https://github.com/NixOS/nix/pull/12645 | 13:42:40 |
roberth | What do we think of suffixing fields with _ to make them visually distinct from locals/params? I'm open to it (implicit this-> may have been a mistake, hurting understanding and refactoring) but esp John Ericson tomberek Eelco Mic92 will also have to look at such code | 14:59:57 |
Mic92 | Robert Hensing (roberth): my lsp does it locally for my editor, but we don't have in github, so might be worth it. There is clang-tidy also can do this automatically: https://clang.llvm.org/extra/clang-tidy/checks/readability/identifier-naming.html#cmdoption-arg-ClassMemberPrefix | 15:05:03 |
Mic92 | * Robert Hensing (roberth): my lsp does it locally for my editor with colors, but we don't have in github, so might be worth it. There is clang-tidy also can do this automatically: https://clang.llvm.org/extra/clang-tidy/checks/readability/identifier-naming.html#cmdoption-arg-ClassMemberPrefix | 15:06:44 |
roberth | Also suffix, nice! @Mic92 on GitHub we don't have that highlighting, for doing reviews | 15:19:39 |
niksnut | I wouldn't love it, seems a bit ugly. Yeah seems better if the lsp can figure it out. | 15:30:18 |
John Ericson | In reply to @roberthensing:matrix.org What do we think of suffixing fields with _ to make them visually distinct from locals/params? I'm open to it (implicit this-> may have been a mistake, hurting understanding and refactoring) but esp John Ericson tomberek Eelco Mic92 will also have to look at such code We do use a _ suffix for other things right now FYI | 15:40:41 |