-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
convert README to markdown NixOS#825
- Loading branch information
1 parent
cd35f02
commit 040c40d
Showing
2 changed files
with
17 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Nix, the purely functional package manager | ||
------------------------------------------ | ||
|
||
Nix is a new take on package management that is fairly unique. Because of it's | ||
purity aspects, a lot of issues found in traditional package managers don't | ||
appear with Nix. | ||
|
||
To find out more about the tool, usage and installation instructions, please | ||
read the manual, which is available on the Nix website at | ||
<http://nixos.org/nix/manual>. | ||
|
||
## License | ||
|
||
Nix is released under the LGPL v2.1 | ||
|
||
This product includes software developed by the OpenSSL Project for | ||
use in the OpenSSL Toolkit (http://www.OpenSSL.org/). |