Nix Packages collection & NixOS
Go to file
Brad Jensen 16e70997a8 Use if instead of && for deciding whether to run a command
The only difference between these forms is the return value when
"$NIX_LISP_SKIP_CODE" is the empty string.  In the original
formulation, the script would return a false exit status.  In the new
formulation, it will return a true exit status.

Its useful to be able to source cl-wrapper.sh (to get the variables it
establishes), and its a bit annoying that sourcing it with
NIX_LISP_SKIP_CODE=1 results in a false exit status.
2019-07-24 09:35:27 -07:00
.github Remove .github/FUNDING.yml 2019-07-23 15:19:40 +02:00
doc citrix_workspace: add 1906 (citrix_workspace_19_6_0) 2019-07-24 13:06:19 +02:00
lib make-tarball / lib-tests: reduce duplication 2019-07-11 18:02:05 +02:00
maintainers Add spotifyd package and service (#65092) 2019-07-24 00:54:24 +02:00
nixos Merge pull request #65090 from eadwu/compton/7 2019-07-24 06:41:09 -05:00
pkgs Use if instead of && for deciding whether to run a command 2019-07-24 09:35:27 -07:00
.editorconfig
.gitattributes
.gitignore
.version
COPYING COPYING: include 2019 2019-03-18 19:55:33 -07:00
default.nix
README.md README: add open collective badge 2019-07-17 14:27:28 +02:00

logo

Code Triagers Badge Open Collective supporters

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

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

For pull requests, please rebase onto nixpkgs master.

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

Communication:

Note: MIT license does not apply to the packages built by Nixpkgs, merely to the package descriptions (Nix expressions, build scripts, and so on). It also might not apply to patches included in Nixpkgs, which may be derivative works of the packages to which they apply. The aforementioned artifacts are all covered by the licenses of the respective packages.