This is the master branch of nixpkgs, initially pulled from commit 8debf2f9a63d54ae4f28994290437ba54c681c7b The intent of this repo is to be merged onto nixpkgs master. This will also be of help for https://git.suyu.dev/BoomMicrophone/suyu-nix-test which I will need in order for development (it will also be helpful to know what to do for setting up the environment for the master server. Currently I am focusing on this so I can actually see what is still missing) This repo will be removed once the PR to the nixpkgs github goes through
Find a file
Matthew Bauer 8c025c67d5 Revert "Revert "Revert "release: disallow aliases"""
This reverts commit 0d8076b99c.

This has been causing people issues so it’s easiest to leave it off
for now. Eventually I will do an RFC or some other PR where we can
have more discussion on benefits of doing this in CI.

Fixes #44299

I still think it’s still worth keeping aliases out of Nixpkgs but we
don’t need to block evaluation on it.
2018-08-08 13:04:06 -04:00
.github .github/CODEOWNERS: add basvandijk to Haskell 2018-07-23 12:52:22 +02:00
doc citrix_receiver: document installation pitfalls and extraCerts (#44635) 2018-08-07 23:48:02 +02:00
lib systems: fix netbsd triple parsing 2018-07-28 19:54:09 -04:00
maintainers Add costrouc to maintainer list (#44655) 2018-08-08 08:07:45 +02:00
nixos Merge pull request #42469 from ghuntley/patch-4 2018-08-08 17:02:25 +02:00
pkgs Revert "Revert "Revert "release: disallow aliases""" 2018-08-08 13:04:06 -04:00
.dir-locals.el .dir-locals.el: init 2018-07-06 12:48:43 -04:00
.editorconfig
.gitattributes
.gitignore
.version
COPYING
default.nix Update message to reflect nix 2.0 availability of imperative nix-update (#36123) 2018-06-25 00:35:06 +02:00
README.md doc: change git:// links to https:// (#44395) 2018-08-03 14:01:34 +01:00

logo

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

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

For pull-requests, please rebase onto nixpkgs master.

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

Communication: