aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Garrelou <simon@sixfoisneuf.fr>2024-02-17 15:57:07 +0100
committerSimon Garrelou <simon@sixfoisneuf.fr>2024-02-17 15:57:07 +0100
commit189d890e9d628010b27c88d2a94e59b95fc18abd (patch)
tree7bd1871159a1018bbbbed546310bb53aa17ad341
parentb57e39f7eac1356767502468c5acd7dae3e9e4cf (diff)
downloadnixpkgs-master.tar.gz
nixpkgs-master.zip
Update README.mdHEADmaster
-rw-r--r--README.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/README.md b/README.md
index b61a316..bdecb82 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,12 @@
1# Nix package repository 1# Nix package repository
2 2
3This repository contains various package derivations for the Nix ecosystem. 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). 4These packages are either:
5 5
6Some of them are already in PR form, some are still being worked on. 6- Not in [nixpkgs](https://github.com/NixOS/nixpkgs)
7- Lifted from a PR in nixpkgs, but not merged yet
8
9Some of the packages were written by me, others were copied from PRs and added here for easy importing. If a derivation wasn't written by myself, this will be mentioned in the Nix file.
7 10
8## Usage 11## Usage
9 12