| 18 Jul 2021 | 
 David Arnold (blaggacao) | Let me know if we found something here... | 20:51:51 | 
 David Arnold (blaggacao) |  Is nix.conf supposed to be a ini style file?  | 20:59:57 | 
 David Arnold (blaggacao) | (we could make use of https://github.com/NixOS/nixpkgs/blob/master/pkgs/pkgs-lib/formats.nix#L60) | 21:00:34 | 
| 19 Jul 2021 | 
 David Arnold (blaggacao) |  I've just run across a case, where I want to manage my collection of devshells as part of a system environment, but don't want all of those devshells to be combined as my devos devshell. Sounds familiar?  | 00:04:19 | 
 David Arnold (blaggacao) |  Thinking about this, I guess we have still room left for improving digga's devshell api container before v1.0... It would be nice if bud would allow me to enter arbitrary devshells across those defined in my personal system environment at any time. I'm not even sure any more if we should provide a way to compose the devos devshell at all through digga (we could easily implement a ./shell.nix file for that job in devos).  | 00:07:10 | 
 David Arnold (blaggacao) |   Help! https://github.com/divnix/digga/pull/92/files produces : 
error: infinite recursion encountered
       at /nix/store/6kr1yqygz4p3ph3pdyd9ps9z37sppfgm-source/examples/infiniteRecursion/flake.nix:6:14:
            5|     digga.lib.mkFlake {
            6|       inherit self;
             |              ^
            7|       nixos = ./os;
 
  | 01:50:21 | 
 David Arnold (blaggacao) | ... and I have no idea what's going on. 🤷 | 01:50:42 | 
 fufexan |   In reply to @blaggacao:matrix.org fufexan: Here is my (very) WIP Docs PR for digga https://github.com/divnix/digga/pull/90/files (it's basically just copying over files from devos)  nice, I'll take inspiration  | 12:20:08 | 
 fufexan |  David Arnold: can you give me a few pointers on this when you have time? https://github.com/gytis-ivaskevicius/flake-utils-plus/pull/84#discussion_r672162523  | 12:32:45 | 
 fufexan | thanks!
 | 12:46:33 | 
| 20 Jul 2021 | 
 @gytis-ivaskevicius:matrix.org |  David Arnold:  can you take another look at that PR?  | 15:11:41 | 
 David Arnold (blaggacao) |  Gytis Ivaskevicius: fufexan what are your thoughts on merge any? this feels like a forward-compatibility layer towards nickel or alternatively a substitute of the module system merge semantics.  | 18:14:45 | 
 David Arnold (blaggacao) |  * Gytis Ivaskevicius: fufexan what are your thoughts on lib.mergeAny? This feels like a forward-compatibility layer towards nickel or alternatively a substitute of the module system merge semantics.  | 18:15:01 | 
 David Arnold (blaggacao) |  * Gytis Ivaskevicius: fufexan what are your thoughts on lib.mergeAny? This feels like a forward-compatibility layer towards nickel or alternatively a substitute of the module system merge semantics. So I wonder if we can give it more concise / niche semantics in the big theater of configuration merging.  | 18:15:30 | 
 David Arnold (blaggacao) |  * Gytis Ivaskevicius: fufexan what are your thoughts on lib.mergeAny? This feels like a forward-compatibility layer towards nickel or alternatively a substitute of the module system merge semantics. So I wonder if we can give it more concise / niche semantics in the big theater of configuration merging.  | 18:15:47 | 
 David Arnold (blaggacao) |  (also, iirc, mergeAny is not recursive which might bring surprises one day downstream)  | 18:22:07 | 
 @gytis-ivaskevicius:matrix.org |  I dont think that mergeAny brings much value to existing nixpkgs ecosystem, or atleast I cant think of a usecase for it. And if it does - i feel like it should be copied over nixpkgs  | 19:07:03 | 
 @gytis-ivaskevicius:matrix.org | Also about that reverse domain, i recently had an issue with it | 19:07:16 | 
 @gytis-ivaskevicius:matrix.org |  I wanted to set my work machine hostname to gytis.ivaskevicius  | 19:07:36 | 
 @gytis-ivaskevicius:matrix.org | and yeah.... | 19:07:38 | 
 @gytis-ivaskevicius:matrix.org | :/ | 19:07:49 | 
 David Arnold (blaggacao) |   In reply to @gytis-ivaskevicius:matrix.org I wanted to set my work machine hostname to gytis.ivaskevicius  I don't think that's a valid hostname label, though.  | 19:08:16 | 
 David Arnold (blaggacao) | The RFC label part is only the part between the dots | 19:08:34 | 
 David Arnold (blaggacao) |  * The DNS RFC label part is only the part between the dots | 19:08:40 | 
 @gytis-ivaskevicius:matrix.org | 🤔 | 19:08:53 | 
 @gytis-ivaskevicius:matrix.org | I thought i saw it somewhere before  | 19:09:02 | 
 David Arnold (blaggacao) | https://en.wikipedia.org/wiki/Hostname | 19:09:10 | 
 @gytis-ivaskevicius:matrix.org | i guess i confused it with something | 19:09:37 | 
 @gytis-ivaskevicius:matrix.org |  David Arnold:  | 19:09:45 | 
 @gytis-ivaskevicius:matrix.org | (i hate matrix autocompletion) | 19:09:55 |