Nix Packages collection & NixOS
Go to file
Siarhei Zirukin ec1118cbb9 androidndk: fix make-standalone-toolchain.sh helper script
The script does a copy of a toolchain and then rearranges files a bit.
The problem is that these files have the same permissions (read-only)
as installed ones. The patch fixes the problem by changing permissions
of the copy before doing anything else.
2014-09-25 11:59:16 +02:00
doc Added description to languages-support.xml 2014-09-23 13:56:45 +02:00
lib libpng: use spdx licensing method 2014-09-21 18:53:20 +01:00
maintainers/scripts Fixes to the travis script 2014-09-23 14:31:01 +02:00
nixos Add all default NixOS packages to the channel 2014-09-25 00:25:54 +02:00
pkgs androidndk: fix make-standalone-toolchain.sh helper script 2014-09-25 11:59:16 +02:00
.gitignore Add .DS_Store to gitignore so we Mac users don't accidentally pollute nixpkgs with ugliness 2014-08-09 20:53:36 -04:00
.travis.yml Review PR in travis with nox-review 2014-09-21 21:17:56 +02:00
.version Update version 2014-04-23 08:02:18 -04:00
COPYING * Applying an MIT-style license to Nixpkgs. 2006-04-25 16:50:34 +00:00
default.nix require Nix 1.7 for nixpkgs, since we're using antiquotation inside quoted attribute sets 2014-09-04 18:44:03 +02:00
README.md Fixed link to installation instructions in README 2014-05-26 22:19:22 +02:00

Nixpkgs is a collection of packages for Nix package manager. Nixpkgs also includes NixOS linux distribution source code.