lp://staging/~tomasz-kontusz/nix/master
- Get this branch:
- bzr branch lp://staging/~tomasz-kontusz/nix/master
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at https://github.com/NixOS/nix.git.
Last successful import was .
Recent revisions
- 3533. By Shea Levy <email address hidden>
-
Merge branch 'nix-channel-
tarballs' of git://github. com/copumpkin/ nix - 3532. By Eelco Dolstra <email address hidden>
-
Merge pull request #522 from lethalman/
nix-collect- garbage nix-collect-
garbage: translate to C++ - 3531. By Shea Levy <email address hidden>
-
Add the pre-build hook.
This hook can be used to set system-specific per-derivation build
settings that don't fit into the derivation model and are too complex or
volatile to be hard-coded into nix. Currently, the pre-build hook can
only add chroot dirs/files through the interface, but it also has full
access to the chroot root.The specific use case for this is systems where the operating system ABI
is more complex than just the kernel-support system calls. For example,
on OS X there is a set of system-provided frameworks that can reliably
be accessed by any program linked to them, no matter the version the
program is running on. Unfortunately, those frameworks do not
necessarily live in the same locations on each version of OS X, nor do
their dependencies, and thus nix needs to know the specific version of
OS X currently running in order to make those frameworks available. The
pre-build hook is a perfect mechanism for doing just that. - 3530. By Shea Levy <email address hidden>
-
Revert "Add the pre-build hook."
Going to reimplement differently.
This reverts commit 1e4a4a2e9fc382f
47f58b448f3ee03 4cdd28218a. - 3529. By Shea Levy <email address hidden>
-
Merge branch 'add-manpath' of git://github.
com/mmerickel/ nix - 3527. By Shea Levy <email address hidden>
-
Add the pre-build hook.
This hook can be used to set system specific per-derivation build
settings that don't fit into the derivation model and are too complex or
volatile to be hard-coded into nix. Currently, the pre-build hook can
only add chroot dirs/files.The specific use case for this is systems where the operating system ABI
is more complex than just the kernel-supported system calls. For
example, on OS X there is a set of system-provided frameworks that can
reliably be accessed by any program linked to them, no matter the
version the program is running on. Unfortunately, those frameworks do
not necessarily live in the same locations on each version of OS X, nor
do their dependencies, and thus nix needs to know the specific version
of OS X currently running in order to make those frameworks available.
The pre-build hook is a perfect mechanism for doing just that. - 3524. By Eelco Dolstra <email address hidden>
-
Implement a TTL on cached fetchurl/
fetchTarball results This is because we don't want to do HTTP requests on every evaluation,
even though we can prevent a full redownload via the cached ETag. The
default is one hour.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)