Nix Documentation | 418 Members | |
| Discussion about documentation improvements around the Nix ecosystem | 86 Servers |
| Sender | Message | Time |
|---|---|---|
| 16 Dec 2023 | ||
| when making shitposts we of course select the most obscure possible undocumented "features" | 21:57:45 | |
| https://github.com/NixOS/nixpkgs/issues/274835 | 22:01:44 | |
| i will say we have a possible docs policy issue where there's various things that really shouldn't be used but do get accepted in nix and we would need to make it abundantly clear that we don't encourage their use; merely that they're there | 22:03:05 | |
| like, half the expressions in the iceberg meme :p especially the operator overloading, i really don't think that's intended | 22:03:44 | |
| a lot of this, for better or worse, is implementation details that we shouldn't commit to. but we need to develop a way of saying something is the way it is without endorsing it or stabilizing it so to speak | 22:05:21 | |
| Yes, very much so | 22:05:38 | |
| it would be useful to have a page listing all the magic attributes on derivations that Nix itself interprets | 22:13:25 | |
| like there's this one https://nix.dev/manual/nix/2.19/language/advanced-attributes but i think it's kind of err,, only the less cursed ones | 22:14:16 | |
| https://github.com/NixOS/nix/issues/9622 | 22:20:54 | |
| 17 Dec 2023 | ||
| We also need something for the cursed non-derivation attributes, but there's not really a great place for that atm | 02:41:48 | |
In reply to @asymmetric:matrix.dapp.org.uk nice, I got to "has meowed before" (and I can't deny that at all) curious about the multiplayer tic-tac-toe in nix repl though (I'll consider purchasing animal ears then :3) | 09:19:45 | |
| @Johannes Kirschbauer @hsjobeki i came back from a break and saw that rfc 145 is merged. What would be the best way for me to help implement it? | 15:32:06 | |
| tea: Maybe check out https://github.com/nix-community/nixdoc/pull/91 | 15:54:20 | |
| Yep. I'd really appreciate some help with the nixpks manual rendering. I have a PR that has the now format for all the comments already, but we cannot merge it until the rendering works out. https://github.com/NixOS/nixpkgs/pull/262987 (Should be merged in small pieces) | 18:28:11 | |
| * tea: Yep. I'd appreciate some help with the nixpks manual rendering. I have a PR that has the now format for all the comments already, but we cannot merge it until the rendering works out. https://github.com/NixOS/nixpkgs/pull/262987 (Should be merged in small pieces) | 18:28:44 | |
| I'm currently working on the next gen. documentation framework that could work for all nix repositories. Would also appreciate any help there. :) | 18:31:40 | |
In reply to @ma27:nicht-so.sexy puck was responsible as usual. ;) it's abusing pathExists plus toFile, with predictable hashes | 22:36:26 | |
In reply to @johannes.kirschbauer:scs.ems.hostoh sick | 23:16:50 | |
| is there somewhere the work items/code are being tracked? | 23:17:02 | |
| https://nix-community.github.io/docnix/ i think i found it | 23:19:01 | |
| * https://nix-community.github.io/docnix/ https://github.com/nix-community/docnix i think i found it | 23:20:02 | |
| (have we got discussions about how this is going to fit into the ecosystem yet? is it a new thing? how does it relate to the new things in nixdoc (not to be confused with nix-doc)?) | 23:22:12 | |
| 18 Dec 2023 | ||
In reply to @jade_:matrix.org (fricklerhandwerk I am purposefully choosing to write this here, rather than through an issue, because I would prefer if this were ephemeral. If you think it's okay to make it more permanent, let me know and I'll shift it to an issue.) I'm sort of willing to take on work that I am pointed to. But that motivation is not as high as it used to be, because: (laziness.0) as I learn Nix, I become less interested in documenting it. I have a workflow, and I have made painful, but necessary, progress in shedding my fear of just looking at the source code. (There, I very much appreciate the doc strings that do exist, when they exist; but I consider them to be random gifts rather than something to expect.) As an example, a task that is on my todo is to convert [this nix.dev page on the module system] into one that uses OpenStreetMap instead of the Google Maps API. But, I've been finding it hard to spend time on that, because I'm not sure why I should care. I went through the tutorial ultimately without actually running the code, and got what I needed out of it. So...why go back? (A counterargument would be this, which I completely agree with.) (sisyphean.0, laziness.1) I appreciate Johannes Kirschbauer @hsjobeki's work greatly, it is awesome, and I'm inclined to contribute, but...it feels quite futile. Once we are able to parse doc comments, well...then what? Comparing with Rust (as has happened many times in the conversation above) is difficult for Nix, because Rust's dev tools (including doc generation) are enabled by its type system, which allow for nice things like, for example, automated hyperlinking (between documentation, and between docs and source) or structured documentation generation. This reduces documentation burden for writers, to the point where even if someone does not provide any doc strings, the auto-generated documentation has useful hyperlink structure to determine the shape of the code. Better yet, you can open up the repo in an editor, and follow Without such tools, we're essentially attempting to solve the same problem Python has been trying to solve using tools like Sphinx, with dubious levels of success. So, it's hard to feel motivated to work on something which ultimately does not address some of the primary causes underlying what makes documenting Nix human-power intensive. (idealism.0, skepticism.1) I get distracted quite easily, so I started working on writing a CLI (using Rust) over And that's not easy to document automatically. Furthermore, part of the reason why I'm inclined to write such a CLI tool is in order to make it easy for others to pick up a flake-less approach. Nix contributors who have been around for a while are remarkably restrained in their discussion around flakes. I'm not so inclined to be so restrained (barring my anxiety and insecurity), since my learning experience with Nix/NixOS improved dramatically with the following simple rules:
(empathy.0, community.0) In hindsight, I'm not sure I can articulate this point well enough, and in particular, I am not sure if I mostly wanted to use it as a soapbox to air unresolved "grievances", after coming across something in your earlier messages (nothing to do with you!). So, I'll leave it all unsaid. What I can say with some degree of confidence is that I would not be continuing to learn about Nix, if it weren't for some small kindnesses shown to me by various people documentation team members, given my many idiosyncracies,who could have otherwise given me a repeat of my experiences elsewhere. I would rather not have them burn out. | 04:19:50 | |
In reply to @jade_:matrix.org* (fricklerhandwerk I am purposefully choosing to write this here, rather than through an issue, because I would prefer if this were ephemeral. If you think it's okay to make it more permanent, let me know and I'll shift it to an issue.) I'm sort of willing to take on work that I am pointed to. But that motivation is not as high as it used to be, because: (laziness.0) as I learn Nix, I become less interested in documenting it. I have a workflow, and I have made painful, but necessary, progress in shedding my fear of just looking at the source code. (There, I very much appreciate the doc strings that do exist, when they exist; but I consider them to be random gifts rather than something to expect.) As an example, a task that is on my todo is to convert [this nix.dev page on the module system] into one that uses OpenStreetMap instead of the Google Maps API. But, I've been finding it hard to spend time on that, because I'm not sure why I should care. I went through the tutorial ultimately without actually running the code, and got what I needed out of it. So...why go back? (A counterargument would be this, which I completely agree with.) (sisyphean.0, laziness.1) I appreciate Johannes Kirschbauer @hsjobeki's work greatly, it is awesome, and I'm inclined to contribute, but...it feels quite futile. Once we are able to parse doc comments, well...then what? Comparing with Rust (as has happened many times in the conversation above) is difficult for Nix, because Rust's dev tools (including doc generation) are enabled by its type system, which allow for nice things like, for example, automated hyperlinking (between documentation, and between docs and source) or structured documentation generation. This reduces documentation burden for writers, to the point where even if someone does not provide any doc strings, the auto-generated documentation has useful hyperlink structure to determine the shape of the code. Better yet, you can open up the repo in an editor, and follow Without such tools, we're essentially attempting to solve the same problem Python has been trying to solve using tools like Sphinx, with dubious levels of success. So, it's hard to feel motivated to work on something which ultimately does not address some of the primary causes underlying what makes documenting Nix human-power intensive. (idealism.0, skepticism.0) I get distracted quite easily, so I started working on writing a CLI (using Rust) over And that's not easy to document automatically. Furthermore, part of the reason why I'm inclined to write such a CLI tool is in order to make it easy for others to pick up a flake-less approach. Nix contributors who have been around for a while are remarkably restrained in their discussion around flakes. I'm not so inclined to be so restrained (barring my anxiety and insecurity), since my learning experience with Nix/NixOS improved dramatically with the following simple rules:
(empathy.0, community.0) In hindsight, I'm not sure I can articulate this point well enough, and in particular, I am not sure if I mostly wanted to use it as a soapbox to air unresolved "grievances", after coming across something in your earlier messages (nothing to do with you!). So, I'll leave it all unsaid. What I can say with some degree of confidence is that I would not be continuing to learn about Nix, if it weren't for some small kindnesses shown to me by various people documentation team members, given my many idiosyncracies,who could have otherwise given me a repeat of my experiences elsewhere. I would rather not have them burn out. | 04:20:18 | |
| * (fricklerhandwerk I am purposefully choosing to write this here, rather than through an issue, because I would prefer if this were ephemeral. If you think it's okay to make it more permanent, let me know and I'll shift it to an issue.) I'm sort of willing to take on work that I am pointed to. But that motivation is not as high as it used to be, because: (laziness.0) as I learn Nix, I become less interested in documenting it. I have a workflow, and I have made painful, but necessary, progress in shedding my fear of just looking at the source code. (There, I very much appreciate the doc strings that do exist, when they exist; but I consider them to be random gifts rather than something to expect.) As an example, a task that is on my todo is to convert [this nix.dev page on the module system] into one that uses OpenStreetMap instead of the Google Maps API. But, I've been finding it hard to spend time on that, because I'm not sure why I should care. I went through the tutorial ultimately without actually running the code, and got what I needed out of it. So...why go back? (A counterargument would be this, which I completely agree with.) (sisyphean.0, laziness.1) I appreciate Johannes Kirschbauer @hsjobeki's work greatly, it is awesome, and I'm inclined to contribute, but...it feels quite futile. Once we are able to parse doc comments, well...then what? Comparing with Rust (as has happened many times in the conversation above) is difficult for Nix, because Rust's dev tools (including doc generation) are enabled by its type system, which allow for nice things like, for example, automated hyperlinking (between documentation, and between docs and source) or structured documentation generation. This reduces documentation burden for writers, to the point where even if someone does not provide any doc strings, the auto-generated documentation has useful hyperlink structure to determine the shape of the code. Better yet, you can open up the repo in an editor, and follow Without such tools, we're essentially attempting to solve the same problem Python has been trying to solve using tools like Sphinx, with dubious levels of success. So, it's hard to feel motivated to work on something which ultimately does not address some of the primary causes underlying what makes documenting Nix human-power intensive. (idealism.0, skepticism.0) I get distracted quite easily, so I started working on writing a CLI (using Rust) over And that's not easy to document automatically. Furthermore, part of the reason why I'm inclined to write such a CLI tool is in order to make it easy for others to pick up a flake-less approach. Nix contributors who have been around for a while are remarkably restrained in their discussion around flakes. I'm not so inclined to be so restrained (barring my anxiety and insecurity), since my learning experience with Nix/NixOS improved dramatically with the following simple rules:
(empathy.0, community.0) In hindsight, I'm not sure I can articulate this point well enough, and in particular, I am not sure if I mostly wanted to use it as a soapbox to air unresolved "grievances", after coming across something in your earlier messages (nothing to do with you!). So, I'll leave it all unsaid. What I can say with some degree of confidence is that I would not be continuing to learn about Nix, if it weren't for some small kindnesses shown to me by various documentation team members, given my many idiosyncracies,who could have otherwise given me a repeat of my experiences elsewhere. I would rather not have them burn out. | 04:22:16 | |
| * (fricklerhandwerk I am purposefully choosing to write this here, rather than through an issue, because I would prefer if this were ephemeral. If you think it's okay to make it more permanent, let me know and I'll shift it to an issue.) I'm sort of willing to take on work that I am pointed to. But that motivation is not as high as it used to be, because: (laziness.0) as I learn Nix, I become less interested in documenting it. I have a workflow, and I have made painful, but necessary, progress in shedding my fear of just looking at the source code. (There, I very much appreciate the doc strings that do exist, when they exist; but I consider them to be random gifts rather than something to expect.) As an example, a task that is on my todo is to convert [this nix.dev page on the module system] into one that uses OpenStreetMap instead of the Google Maps API. But, I've been finding it hard to spend time on that, because I'm not sure why I should care. I went through the tutorial ultimately without actually running the code, and got what I needed out of it. So...why go back? (A counterargument would be this, which I completely agree with.) (sisyphean.0, laziness.1) I appreciate Johannes Kirschbauer @hsjobeki's work greatly, it is awesome, and I'm inclined to contribute, but...it feels quite futile. Once we are able to parse doc comments, well...then what? Comparing with Rust (as has happened many times in the conversation above) is difficult for Nix, because Rust's dev tools (including doc generation) are enabled by its type system, which allow for nice things like, for example, automated hyperlinking (between documentation, and between docs and source) or structured documentation generation. This reduces documentation burden for writers, to the point where even if someone does not provide any doc strings, the auto-generated documentation has useful hyperlink structure to determine the shape of the code. Better yet, you can open up the repo in an editor, and follow Without such tools, we're essentially attempting to solve the same problem Python has been trying to solve using tools like Sphinx, with dubious levels of success. So, it's hard to feel motivated to work on something which ultimately does not address some of the primary causes underlying what makes documenting Nix human-power intensive. (idealism.0, skepticism.0) I get distracted quite easily, so I started working on writing a CLI (using Rust) over And that's not easy to document automatically. Furthermore, part of the reason why I'm inclined to write such a CLI tool is in order to make it easy for others to pick up a flake-less approach. Nix contributors who have been around for a while are remarkably restrained in their discussion around flakes. I'm not so inclined to be so restrained (barring my anxiety and insecurity), since my learning experience with Nix/NixOS improved dramatically with the following simple rules:
(empathy.0, community.0) In hindsight, I'm not sure I can articulate this point well enough, and in particular, I am not sure if I mostly wanted to use it as a soapbox to air unresolved "grievances", after coming across something in your earlier messages (nothing to do with you!). So, I'll leave it all unsaid. What I can say with some degree of confidence is that I would not be continuing to learn about Nix, if it weren't for some small kindnesses shown to me by various documentation team members, who given my many idiosyncracies, could have much more easily given me a repeat of my experiences elsewhere. I would rather not have them burn out. | 04:22:47 | |
| * (fricklerhandwerk I am purposefully choosing to write this here, rather than through an issue, because I would prefer if this were ephemeral. If you think it's okay to make it more permanent, let me know and I'll shift it to an issue.) I'm sort of willing to take on work that I am pointed to. But that motivation is not as high as it used to be, because: (laziness.0) as I learn Nix, I become less interested in documenting it. I have a workflow, and I have made painful, but necessary, progress in shedding my fear of just looking at the source code. (There, I very much appreciate the doc strings that do exist, when they exist; but I consider them to be random gifts rather than something to expect.) As an example, a task that is on my todo is to convert [this nix.dev page on the module system] into one that uses OpenStreetMap instead of the Google Maps API. But, I've been finding it hard to spend time on that, because I'm not sure why I should care. I went through the tutorial ultimately without actually running the code, and got what I needed out of it. So...why go back? (A counterargument would be this, which I completely agree with.) (sisyphean.0, laziness.1) I appreciate Johannes Kirschbauer @hsjobeki's work greatly, it is awesome, and I'm inclined to contribute, but...it feels quite futile. Once we are able to parse doc comments, well...then what? Comparing with Rust (as has happened many times in the conversation above) is difficult for Nix, because Rust's dev tools (including doc generation) are enabled by its type system, which allow for nice things like, for example, automated hyperlinking (between documentation, and between docs and source) or structured documentation generation. This reduces documentation burden for writers, to the point where even if someone does not provide any doc strings, the auto-generated documentation has useful hyperlink structure to determine the shape of the code. Better yet, you can open up the repo in an editor, and follow Without such tools, we're essentially attempting to solve the same problem Python has been trying to solve using tools like Sphinx, with dubious levels of success. So, it's hard to feel motivated to work on something which ultimately does not address some of the primary causes underlying what makes documenting Nix human-power intensive. (idealism.0, skepticism.0) I get distracted quite easily, so I started working on writing a CLI (using Rust) over And that's not easy to document automatically. Furthermore, part of the reason why I'm inclined to write such a CLI tool is in order to make it easy for others to pick up a flake-less approach. Nix contributors who have been around for a while are remarkably restrained in their discussion around flakes. I'm not so inclined to be so restrained (barring my anxiety and insecurity), since my learning experience with Nix/NixOS improved dramatically with the following simple rules:
(empathy.0, community.0) In hindsight, I'm not sure I can articulate this point well enough, and in particular, I am not sure if I mostly wanted to use it as a soapbox to air unresolved "grievances", after coming across something in your earlier messages (nothing to do with you!). So, I'll leave it all unsaid. What I can say with some degree of confidence is that I would not be continuing to learn about Nix, if it weren't for some small kindnesses shown to me by various documentation team members, who given my many idiosyncracies, would have found it easier to give me a repeat of my experiences elsewhere. I would rather not have them burn out. | 04:24:02 | |
| * (fricklerhandwerk I am purposefully choosing to write this here, rather than through an issue, because I would prefer if this were ephemeral. If you think it's okay to make it more permanent, let me know and I'll shift it to an issue.) I'm sort of willing to take on work that I am pointed to. But that motivation is not as high as it used to be, because: (laziness.0) as I learn Nix, I become less interested in documenting it. I have a workflow, and I have made painful, but necessary, progress in shedding my fear of just looking at the source code. (There, I very much appreciate the doc strings that do exist, when they exist; but I consider them to be random gifts rather than something to expect.) As an example, a task that is on my todo is to convert [this nix.dev page on the module system] into one that uses OpenStreetMap instead of the Google Maps API. But, I've been finding it hard to spend time on that, because I'm not sure why I should care. I went through the tutorial ultimately without actually running the code, and got what I needed out of it. So...why go back? (A counterargument would be this, which I completely agree with, but would beg for nuance on.) (sisyphean.0, laziness.1) I appreciate Johannes Kirschbauer @hsjobeki's work greatly, it is awesome, and I'm inclined to contribute, but...it feels quite futile. Once we are able to parse doc comments, well...then what? Comparing with Rust (as has happened many times in the conversation above) is difficult for Nix, because Rust's dev tools (including doc generation) are enabled by its type system, which allow for nice things like, for example, automated hyperlinking (between documentation, and between docs and source) or structured documentation generation. This reduces documentation burden for writers, to the point where even if someone does not provide any doc strings, the auto-generated documentation has useful hyperlink structure to determine the shape of the code. Better yet, you can open up the repo in an editor, and follow Without such tools, we're essentially attempting to solve the same problem Python has been trying to solve using tools like Sphinx, with dubious levels of success. So, it's hard to feel motivated to work on something which ultimately does not address some of the primary causes underlying what makes documenting Nix human-power intensive. (idealism.0, skepticism.0) I get distracted quite easily, so I started working on writing a CLI (using Rust) over And that's not easy to document automatically. Furthermore, part of the reason why I'm inclined to write such a CLI tool is in order to make it easy for others to pick up a flake-less approach. Nix contributors who have been around for a while are remarkably restrained in their discussion around flakes. I'm not so inclined to be so restrained (barring my anxiety and insecurity), since my learning experience with Nix/NixOS improved dramatically with the following simple rules:
(empathy.0, community.0) In hindsight, I'm not sure I can articulate this point well enough, and in particular, I am not sure if I mostly wanted to use it as a soapbox to air unresolved "grievances", after coming across something in your earlier messages (nothing to do with you!). So, I'll leave it all unsaid. What I can say with some degree of confidence is that I would not be continuing to learn about Nix, if it weren't for some small kindnesses shown to me by various documentation team members, who given my many idiosyncracies, would have found it easier to give me a repeat of my experiences elsewhere. I would rather not have them burn out. | 04:25:10 | |
| * (fricklerhandwerk I am purposefully choosing to write this here, rather than through an issue, because I would prefer if this were ephemeral. If you think it's okay to make it more permanent, let me know and I'll shift it to an issue.) I'm sort of willing to take on work that I am pointed to. But that motivation is not as high as it used to be, because: (laziness.0) as I learn Nix, I become less interested in documenting it. I have a workflow, and I have made painful, but necessary, progress in shedding my fear of just looking at the source code. (There, I very much appreciate the doc strings that do exist, when they exist; but I consider them to be random gifts rather than something to expect.) As an example, a task that is on my todo is to convert [this nix.dev page on the module system] into one that uses OpenStreetMap instead of the Google Maps API. But, I've been finding it hard to spend time on that, because I'm not sure why I should care. I went through the tutorial ultimately without actually running the code, and got what I needed out of it. So...why go back? (A counterargument would be this, which I completely agree with, but would beg for nuance on.) (sisyphean.0, laziness.1) I appreciate Johannes Kirschbauer @hsjobeki's work greatly, it is awesome, and I'm inclined to contribute, but...it feels quite futile. Once we are able to parse doc comments, well...then what? Comparing with Rust (as has happened many times in the conversation above) is difficult for Nix, because Rust's dev tools (including doc generation) are enabled by its type system, which allow for nice things like, for example, automated hyperlinking (between documentation, and between docs and source) or structured documentation generation. This reduces documentation burden for writers, to the point where even if someone does not provide any doc strings, the auto-generated documentation has useful hyperlink structure to determine the shape of the code. Better yet, you can open up the repo in an editor, and follow Without such tools, we're essentially attempting to solve the same problem Python has been trying to solve using tools like Sphinx, with dubious levels of success. So, it's hard to feel motivated to work on something which ultimately does not address some of the primary causes underlying what makes documenting Nix human-power intensive. (idealism.0, skepticism.0) I get distracted quite easily, so I started working on writing a CLI (using Rust) over And that's not easy to document automatically. Furthermore, part of the reason why I'm inclined to write such a CLI tool is in order to make it easy for others to pick up a flake-less approach. Nix contributors who have been around for a while are remarkably restrained in their discussion around flakes. I'm not so inclined to be so restrained (barring my anxiety and insecurity), since my learning experience with Nix/NixOS improved dramatically with the following simple rules:
(empathy.0, community.0) In hindsight, I'm not sure I can articulate this point well enough, and in particular, I am not sure if I mostly wanted to use it as a soapbox to air unresolved "grievances", after coming across something in your earlier messages (nothing to do with you!). So, I'll leave it all unsaid. What I can say with some degree of confidence is that I would not be continuing to learn about Nix, if it weren't for some small kindnesses shown to me by various documentation team members, who given my many idiosyncracies, could have found it easier to give me a repeat of my experiences elsewhere. I would rather not have them burn out. | 04:27:21 | |
| * (fricklerhandwerk I am purposefully choosing to write this here, rather than through an issue, because I would prefer if this were ephemeral. If you think it's okay to make it more permanent, let me know and I'll shift it to an issue.) I'm sort of willing to take on work that I am pointed to. But that motivation is not as high as it used to be, because: (laziness.0) as I learn Nix, I become less interested in documenting it. I have a workflow, and I have made painful, but necessary, progress in shedding my fear of just looking at the source code. (There, I very much appreciate the doc strings that do exist, when they exist; but I consider them to be random gifts rather than something to expect.) As an example, a task that is on my todo is to convert [this nix.dev page on the module system] into one that uses OpenStreetMap instead of the Google Maps API. But, I've been finding it hard to spend time on that, because I'm not sure why I should care. I went through the tutorial ultimately without actually running the code, and got what I needed out of it. So...why go back? (A counterargument would be this, which I completely agree with, but would beg for nuance on.) (sisyphean.0, laziness.1) I appreciate Johannes Kirschbauer @hsjobeki's work greatly, it is awesome, and I'm inclined to contribute, but...it feels quite futile. Once we are able to parse doc comments, well...then what? Comparing with Rust (as has happened many times in the conversation above) is difficult for Nix, because Rust's dev tools (including doc generation) are enabled by its type system, which allow for nice things like, for example, automated hyperlinking (between documentation, and between docs and source) or structured documentation generation. This reduces documentation burden for writers, to the point where even if someone does not provide any doc strings, the auto-generated documentation has useful hyperlink structure to determine the shape of the code. Better yet, you can open up the repo in an editor, and follow Without such tools, we're essentially attempting to solve the same problem Python has been trying to solve using tools like Sphinx, with dubious levels of success. So, it's hard to feel motivated to work on something which ultimately does not address some of the primary causes underlying what makes documenting Nix human-power intensive. (idealism.0, skepticism.0) I get distracted quite easily, so I started working on writing a CLI (using Rust) over And that's not easy to document automatically. Furthermore, part of the reason why I'm inclined to write such a CLI tool is in order to make it easy for others to pick up a flake-less approach. Nix contributors who have been around for a while are remarkably restrained in their discussion around flakes. I'm not so inclined to be so restrained (barring my anxiety and insecurity), since my learning experience with Nix/NixOS improved dramatically with the following simple rules:
| 04:40:56 | |