nix

lp://staging/~tomasz-kontusz/nix/master

Created by Tomasz Kontusz and last modified
Get this branch:
bzr branch lp://staging/~tomasz-kontusz/nix/master

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Tomasz Kontusz
Project:
nix
Status:
Development

Import details

Import Status: Suspended

This branch is an import of the HEAD branch of the Git repository at https://github.com/NixOS/nix.git.

Last successful import was .

Import started on pear and finished taking 30 seconds — see the log
Import started on pear and finished taking 20 seconds — see the log
Import started on neumayer and finished taking 30 seconds — see the log
Import started on pear and finished taking 40 seconds — see the log

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 1e4a4a2e9fc382f47f58b448f3ee034cdd28218a.

3529. By Shea Levy <email address hidden>

Merge branch 'add-manpath' of git://github.com/mmerickel/nix

3528. By Eelco Dolstra <email address hidden>

Fix using restricted mode with chroots

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.

3526. By Eelco Dolstra <email address hidden>

Use cached result if there is a network error

3525. By Eelco Dolstra <email address hidden>

Move curl stuff into a separate file

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)
This branch contains Public information 
Everyone can see this information.

Subscribers