Replies: 1 comment
-
namespacing also helps with sharing the {
_ = pkgs.nrdxp.broot;
_ = pkgs.blaggacao.exa;
} As a convention, the name spacing should map the github user. This seems sufficiently unique and in cases there are those rare name clashes, where gitea.com/blaggacao is different than github.com/blaggacao, and they clash, we can still figure out how to work arround. This seems like an important precedent we ought to set. But they can still do:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I think it is a good idea to name-space
./pkgs
overlays to avoid name clashes and for clarity throughout the repo-local usage within profiles. The name space prefix can be stripped during export.As seen in:
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Beta Was this translation helpful? Give feedback.
All reactions