From b37fc8a52a4699f0d8a921272e4ed20b704ccb5b Mon Sep 17 00:00:00 2001 From: Arseniy Seroka Date: Sun, 8 Feb 2015 22:53:44 +0300 Subject: [PATCH] add statuses to nixpkgs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a2ed0877e9a..fa5a419f9f8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Nixpkgs is a collection of packages for [Nix](https://nixos.org/nix/) package manager. +[![Build Status](https://travis-ci.org/NixOS/nixpkgs.svg?branch=master)](https://travis-ci.org/NixOS/nixpkgs) [![Issue Stats](http://www.issuestats.com/github/nixos/nixpkgs/badge/pr)](http://www.issuestats.com/github/nixos/nixpkgs) [![Issue Stats](http://www.issuestats.com/github/nixos/nixpkgs/badge/issue)](http://www.issuestats.com/github/nixos/nixpkgs) + [NixOS](https://nixos.org/nixos/) linux distribution source code is located inside `nixos/` folder. * [NixOS installation instructions](https://nixos.org/nixos/manual/#ch-installation)