aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: b6053d20d55fb2a7743dacfe244f03db60b3a9f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Nix package repository

This repository contains various package derivations for the Nix ecosystem.
It is a staging area for packages which should ultimately be in [NixOS/nixpkgs](https://github.com/NixOS/nixpkgs).

Some of them are already in PR form, some are still being worked on.

## Usage

Add this repository to your Nix channels:

```
$ nix-channel --add https://git.sixfoisneuf.fr/nixpkgs/snapshot/nixpkgs-master.tar.gz sixfoisneuf
$ nix-channel --update
```