aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b6053d2
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
1# Nix package repository
2
3This repository contains various package derivations for the Nix ecosystem.
4It is a staging area for packages which should ultimately be in [NixOS/nixpkgs](https://github.com/NixOS/nixpkgs).
5
6Some of them are already in PR form, some are still being worked on.
7
8## Usage
9
10Add this repository to your Nix channels:
11
12```
13$ nix-channel --add https://git.sixfoisneuf.fr/nixpkgs/snapshot/nixpkgs-master.tar.gz sixfoisneuf
14$ nix-channel --update
15```