Go to file
Eelco Dolstra 026f4f9ae8
macOS: Remove flags
In particular, UF_IMMUTABLE (uchg) needs to be cleared to allow the
path to be garbage-collected or optimised.

See https://github.com/NixOS/nixpkgs/issues/25819.
+       the file from being garbage-collected.

(cherry picked from commit b5bdfdef73)
2017-06-19 14:32:38 +02:00
config Add config.guess, config.sub and install-sh 2013-11-25 11:26:02 +00:00
corepkgs <nix/buildenv.nix>: Don't substitute 2016-01-18 15:06:36 +01:00
doc OS X -> macOS 2017-06-12 14:04:52 +02:00
misc SSL_CERT_FILE -> NIX_SSL_CERT_FILE 2017-02-22 12:30:45 +01:00
mk Don't pass "--no-copy-dt-needed-entries" option to linker on FreeBSD. 2015-10-06 22:28:30 +02:00
perl use --cacert instead of --capath 2017-02-22 14:04:47 -05:00
scripts Add support for the curl netrc file in nix-channel/nix-pull. 2017-06-13 18:18:20 -05:00
src macOS: Remove flags 2017-06-19 14:32:38 +02:00
tests macOS: Ugly hack to make the tests succeed 2017-06-19 14:28:04 +02:00
.gitignore Add exe, dll to .gitignore 2014-12-15 23:34:13 +08:00
COPYING * Change this to LGPL to keep the government happy. 2006-04-25 16:41:06 +00:00
INSTALL * Autoconf / Automake configuration and building. 2003-04-04 16:14:56 +00:00
Makefile nix-prefetch-url: Rewrite in C++ 2015-10-01 16:47:43 +02:00
Makefile.config.in Merge pull request #704 from ysangkok/freebsd-support 2015-11-24 19:24:21 +01:00
README * Install documentation in $(docdir) (i.e. share/doc/nix). 2008-11-19 13:19:09 +00:00
bootstrap.sh bootstrap: Simplify & make more robust. 2011-09-06 12:11:05 +00:00
configure.ac Add a seccomp filter to prevent creating setuid/setgid binaries 2017-06-01 16:48:57 +02:00
dev-shell Make dev-shell script work on Darwin 2014-07-16 11:53:47 +02:00
local.mk Don't depend on git when generating source tarball 2015-10-15 11:53:45 -07:00
nix.spec.in RPM, Deb: Add dependency on libseccomp 2017-06-01 16:51:03 +02:00
release.nix Remove Ubuntu 13.10 build 2017-06-12 16:47:16 +02:00
version Bump version 2017-06-14 11:43:51 +02:00

README

Nix is a purely functional package manager.  For installation and
usage instructions, please read the manual, which can be found in
`docs/manual/manual.html', and additionally at the Nix website at
<http://nixos.org/>.


Acknowledgments

This product includes software developed by the OpenSSL Project for
use in the OpenSSL Toolkit (http://www.OpenSSL.org/).