1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-19 10:32:40 +00:00
Nix Packages collection
Find a file
Orivej Desh b7734b61a0
Merge pull request #31736 from ChengCat/chengcat
thunar: add wrapGAppsHook
2017-11-17 20:59:47 +00:00
.github Merge pull request #31534 from yegortimoshenko/patch-7 2017-11-16 20:11:22 +00:00
doc doc: improve rustPlatform example 2017-11-17 07:26:51 +00:00
lib maintainers: add backuitist 2017-11-17 12:23:44 +00:00
maintainers/scripts
nixos nixos/pam: fix docs about path to u2f_keys file 2017-11-17 17:50:40 +01:00
pkgs Merge pull request #31736 from ChengCat/chengcat 2017-11-17 20:59:47 +00:00
.editorconfig
.gitignore
.version
COPYING
default.nix
README.md

logo

Build Status Code Triagers Badge

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-17.09 for the latest release and nixos-unstable for the latest successful build of master:

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

For pull-requests, please rebase onto nixpkgs master.

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

Communication: