1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
Nix Packages collection & NixOS
Find a file
Eduard-Mihai Burtescu bcde1ffe77 Revert change from cp -v to cp -r in fira-code.
Mistakenly used `-r` in #11842.
2015-12-20 22:26:16 +02:00
doc nixpkgs manual: more strict commit policy (close #11609) 2015-12-18 15:00:33 +01:00
lib matter-compiler: initial expression, fixes #11780 2015-12-18 15:49:57 +01:00
maintainers copy-tarballs.pl: Create redirects before uploading file 2015-12-16 15:39:08 +01:00
nixos Merge pull request #11839 from ttuegel/qt-5.4 2015-12-20 08:11:52 -06:00
pkgs Revert change from cp -v to cp -r in fira-code. 2015-12-20 22:26:16 +02:00
.gitignore
.mention-bot .mention-bot: remove illegal comment (close #11488) 2015-12-15 14:46:39 +01:00
.travis.yml
.version
CONTRIBUTING.md
COPYING Update copyright to include contributors 2015-12-18 18:16:54 +01:00
default.nix Expose minimum required Nix version. 2015-11-26 23:11:11 +08:00
README.md README: drop 14.12 references 2015-11-16 08:33:45 +01:00

logo

Build Status Issue Stats Issue Stats

Nixpkgs is a collection of packages for the Nix package manager. It is periodically built and tested by the hydra build daemon as so-called channels. To get channel information via git, add nixpkgs-channels as a remote:

% git remote add channels git://github.com/NixOS/nixpkgs-channels.git

For stability and maximum binary package support, it is recommended to maintain custom changes on top of one of the channels, e.g. nixos-15.09 for the latest release and nixos-unstable for the latest successful build of master:

% git remote update channels
% git rebase channels/nixos-15.09

For pull-requests, please rebase onto nixpkgs master.

NixOS linux distribution source code is located inside nixos/ folder.

Communication: