-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
README.md: add Nix to the linux package managers #3939
Conversation
README.md
Outdated
@@ -71,6 +71,7 @@ From there: | |||
|
|||
- [Arch Linux](#arch-linux) | |||
- [Snap](#snap) | |||
- [Nix](#nix) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's to alphabetical order here and bellow as then distro wars can't happen about the order.
7752f94
to
1e818c5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, just one minor nitpick.
Also, please remember to add Signed-off-by
and License
headers to your commit message.
README.md
Outdated
|
||
For Linux and MacOSX you can use the purely functional package manager [Nix](https://nixos.org/nix/): | ||
|
||
$ nix-env -i ipfs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably mention the attribute name (also ipfs
) as well.
364cfe0
to
6dee6ca
Compare
README.md
Outdated
``` | ||
or | ||
``` | ||
$ nix-env -iA nixos.ipfs |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The main channel isn't necessarily named nixos
. For the Nix package manager on other systems this would be nixpkgs
, and could be named anything. I'd add a note like "The attribute name for the package is also ipfs
" or "If you want to install by attribute name, it's also ipfs
" instead of this code block.
Sorry for being so picky.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I appreciate the pickiness :)
License: MIT Signed-off-by: Willi Butz <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
No description provided.