From ff8752302f06cc3b6889970dfb28113460102c35 Mon Sep 17 00:00:00 2001 From: Simon Garrelou Date: Mon, 16 Oct 2023 10:47:16 +0200 Subject: Add README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..b6053d2 --- /dev/null +++ b/README.md @@ -0,0 +1,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 +``` -- cgit v1.2.3