aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSimon Garrelou <simon.garrelou@airbus.com>2023-10-16 10:47:16 +0200
committerSimon Garrelou <simon.garrelou@airbus.com>2023-10-16 10:50:27 +0200
commitff8752302f06cc3b6889970dfb28113460102c35 (patch)
treeb89f3bad26cc2295a83912313674c398f599cf90 /README.md
downloadnixpkgs-ff8752302f06cc3b6889970dfb28113460102c35.tar.gz
nixpkgs-ff8752302f06cc3b6889970dfb28113460102c35.zip
Add README
Diffstat (limited to 'README.md')
-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```