| 28 Jul 2021 | 
 @kraftnix:matrix.org |  *  @david so this is an amusing bug, found it via searchin in repl :) 
Flake.nixosConfigurations.server-vm-iso.config.system.build.boostrapIso
 
  | 20:02:14 | 
 @kraftnix:matrix.org |  *  David Arnold:  so this is an amusing bug, found it via searchin in repl :) 
Flake.nixosConfigurations.server-vm-iso.config.system.build.boostrapIso
 
  | 20:02:26 | 
 @kraftnix:matrix.org |  *  David Arnold:  so this is an amusing bug, found it via searchin in repl :) 
Flake.nixosConfigurations.server-vm-iso.config.system.build.boostrapIso
 
looks like it was fixed already, but I'm using an older version of digga 
  | 20:05:05 | 
 David Arnold (blaggacao) | It was my legasthenic side. (which I guess doesn't actually exist) 🤣 | 20:07:58 | 
 @kraftnix:matrix.org | It didn't build anyway afterwards so I'll just do some updates and try again (just in case theres some other fixes as well) | 20:08:47 | 
 David Arnold (blaggacao) |  no more option clashes with iso and netboots in 21.05  | 20:31:21 | 
 David Arnold (blaggacao) | Where to coordinate for such things: https://github.com/nix-community/nixos-generators/issues/103 | 20:31:54 | 
 David Arnold (blaggacao) |   In reply to @blaggacao:matrix.org no more option clashes with iso and netboots in 21.05  Wrong link: https://github.com/NixOS/nixpkgs/pull/131760  | 20:32:35 | 
 David Arnold (blaggacao) |   In reply to @blaggacao:matrix.org no more option clashes with iso and netboots in 21.05   * Wrong link, correct one: https://github.com/NixOS/nixpkgs/pull/131760  | 20:32:49 | 
 @kraftnix:matrix.org | full update fixed it, iso is functional again 👍️ | 21:00:46 | 
 @kraftnix:matrix.org |  wow, my auto-complete on nix 3 shell has been broken forever, and it suddenly started working 🤯, fuzzy search on nixpkgs# is amazing  | 21:06:16 | 
| 29 Jul 2021 | 
 @timdeh:matrix.org |  kraftnix: zsh?  | 02:44:57 | 
 @kraftnix:matrix.org | yep | 02:45:07 | 
 @kraftnix:matrix.org | * yep, i use a minimal zsh setup which revolves around a plugin called fzf-tab, sub in ripgrep for fzf and you get very fast fuzzy search on nearly all completions.
i dont really need anything else other than that, aliases and starship, i really hated the bloat of omz and the other frameworks | 02:48:00 | 
 @timdeh:matrix.org | Glad to know t's useful 🙂
https://github.com/NixOS/nixpkgs/pull/128649  | 02:50:47 | 
 @timdeh:matrix.org |  * Glad to know it's useful 🙂
https://github.com/NixOS/nixpkgs/pull/128649  | 02:50:57 | 
 @timdeh:matrix.org | Nix is the greatest zsh plugin manager there is 😀 | 02:51:37 | 
 @timdeh:matrix.org |   I'd highly recommend applying the nix-dram overlay to your configuration and setting nix-dram as your nix.package to get the new completion like so 😉 
❯ nix run ma
macchanger                 ma1sd                    mac
macdylibbundler            macfuse-stubs            macchina
mackerel-agent             mach-nix#                macopix
macvim                     maddy                    macse
maelstrom                  madonctl                 madlang
maestral-gui               maeparser                maestral
magic-wormhole             magic-vlsi               mage
magnetophonDSP             magnetico                magma
mailcatcher                mailcheck                mailcap
mailcore2                  maildrop                 mailhog
mailman-web                mailman-rss              mailman
mailnagWithPlugins         mailpile                 mailnag
mail-notification          maia-icon-theme          maiko
mailspring                 mailutils                mailsend
 
  | 02:54:09 | 
 @timdeh:matrix.org | Seriously considering making it the default in DevOS if there are no major objections and I ever find the time 😆 | 02:54:54 | 
 Pacman99 | I generally object because of the compile time and also I agree with eelco on not having a default flake but mainly because of nix compile times for my systems | 03:21:54 | 
 @timdeh:matrix.org |  Sure but as a package manager, a flat space of packages really is ideal, and dram is doing a good job of proving we can adjust to unfavorable conditions. For example, this PR does a good job of addressing the current big objections by simply moving it into a config option, preserving the old behavior for those that disapprove.  | 03:39:49 | 
 @timdeh:matrix.org | I was thinking it could actually be expanded into a list of flakes, so one doesn't have to choose only a single default, but can create a flat space of packages at your fingertips on the fly. | 03:41:06 | 
 @timdeh:matrix.org |  * Sure but as a package manager, a flat space of packages at your fingertips really is ideal, and dram is doing a good job of proving we can adjust to unfavorable conditions. For example, this PR does a good job of addressing the current big objections by simply moving it into a config option, preserving the old behavior for those that disapprove.  | 03:42:36 | 
 @timdeh:matrix.org |  * I was thinking it could actually be expanded into a list of flakes, so one doesn't have to choose only a single default, but can create a flat space of packages on the fly. | 03:42:46 | 
 @timdeh:matrix.org |  Would something like that seem more agreeable to you Pacman99?  | 03:56:08 | 
 @timdeh:matrix.org | (not necessarily for DevOS, but just as a general Nix interface) | 05:10:52 | 
 @teutat3s:pub.solar |   In reply to @blaggacao:matrix.org Have you put some traces here and there to confirm what pkgs is passed around? I can't infer the error from the few bits of code that I had a chance to look at.  How would you do that tracing? I'm not so well versed in nix yet, and didn't find a good example how to use builtins.trace to properly debug which pkgs is passed around  | 09:09:03 | 
 David Arnold (blaggacao) |  teutat3s I'd go with something like builtins.trace pkgs.neovim-unwrapped.version. If that makes sense? At this moment, I don't see how the overrides overlay would silently escape its own application. So I think we'd also have to look elsewhere. If you need to place traces into an input's source code, you can conveniently do so by cloning the source and then append nix commands with e.g. --override-input digga path:/absolute/path/to/local/copy  | 12:05:39 | 
 @kraftnix:matrix.org |  nrdxp  you mentioned dram before, it about time i got around to testing it 😄, given that you just made my nix ux 10x better with that nixUnstable/zfs fix I should get on it soon  | 13:07:15 | 
 @teutat3s:pub.solar |  David Arnold: thank you, when using that tracing function here https://git.b12f.io/pub-solar/os/src/branch/teutat3s-develop/modules/terminal-life/default.nix#L39 I see trace: 0.4.4  | 13:33:06 |