Robert Helgesson
Robert Helgesson
As I mentioned in that PR the naming scheme I would prefer is - `repos.abc.modules.nixos.xyz` - `repos.abc.modules.home-manager.xyz` - `repos.abc.modules.nix-darwin.xyz` - … The attribute path gets quite long but at least...
FWIW I'm not so very fond of the `nur.{pkgs,modules,overlays,lib}.paul.foo` naming scheme since it seems to limit me to one of a few approved "top-level" namespaces. So if I wanted to...
I've always used the channel method and have not had any issues with it ```console $ sudo nix-channel --list | grep nur nur https://github.com/nix-community/NUR/archive/master.tar.gz ```
I'm inclined to prefer the nixfmt output in this case since the aligned format can cause patches that touch unrelated lines when a longer variable/attribute name is introduced/removed. Though, for...
I believe I've run into this recently. Put together a simple test case: ```patch diff --git a/beam-postgres/beam-postgres.cabal b/beam-postgres/beam-postgres.cabal index 132ade3..866cf71 100644 --- a/beam-postgres/beam-postgres.cabal +++ b/beam-postgres/beam-postgres.cabal @@ -74,6 +74,7 @@ test-suite...
Yeah, I think normalizing the formatting of tabs is a good idea. I don't have a very strong opinion in this instance since I so rarely encounter tabs in Nix...
@Mic92 What do you mean by "exposed". Would it be sufficient to switch the default of the `manual.json.enable` option from `false` to `true`? I.e., that `~/.nix-profile/share/doc/home-manager/options.json` is generated by default.
Sorry, I forgot about this issue. Some time ago it became possible to build the different doc output directly from HM's root `default.nix`. For example, ```console $ nix-build https://github.com/rycee/home-manager/archive/master.tar.gz -A...
The `/nix/var/nix/profiles/default-32-link.tmp-...` path doesn't look right. I would have expected a `per-user` in there. @blaggacao, have you seen this before with `nix profile install`?
CC @AndersonTorres