- Dec 13, 2005
-
-
Eelco Dolstra authored
nix-store query options `--referer' and `--referer-closure' have been changed to `--referrer' and `--referrer-closure' (but the old ones are still accepted for compatibility).
-
- Nov 17, 2005
-
-
Eelco Dolstra authored
-
- Oct 29, 2005
-
-
Eelco Dolstra authored
-
- Oct 11, 2005
-
-
Armijn Hemel authored
for NixOS, where we might not know our PATH in advance.
-
- Sep 21, 2005
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
the parent runs before the child, it closes some pipe file descriptors which causes the child to fail due to a bad file descriptor. So we just use the normal open() function instead. This fixes NIX-14 (intermittent nix-pull failures).
-
- Sep 16, 2005
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
setuid installations.
-
- Sep 15, 2005
-
-
Eelco Dolstra authored
-
- Jul 13, 2005
-
-
Eelco Dolstra authored
So when using Nix as a build tool, you can just say `nix-build' and it will build the top-level derivation defined in `default.nix'.
-
- Jun 18, 2005
-
-
Eelco Dolstra authored
handle it. It crashed on the 234 MB tetex archive. Probably we will never be able to handle archives of that size on 32-bit machines (because bsdiff does everything in memory requiring max(17*n,9*n+m)+O(1) bytes, so the address space simply isn't there).
-
- May 10, 2005
-
-
Eelco Dolstra authored
unpacking and repacking of intermediate paths.
-
- Apr 12, 2005
-
-
Eelco Dolstra authored
`--isvalid' flag in nix-store.
-
Eelco Dolstra authored
database isn't always in the manifest (so the reference graph cannot be reconstructed fully).
-
- Apr 08, 2005
-
-
Eelco Dolstra authored
-
- Apr 07, 2005
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
derivations. This is mostly to simplify the implementation of nix-prefetch-{url, svn}, which now work properly in setuid installations. * Enforce valid store names in `nix-store --add / --add-fixed'.
-
- Apr 04, 2005
-
-
Eelco Dolstra authored
-
- Mar 25, 2005
-
-
Eelco Dolstra authored
-
- Mar 18, 2005
-
-
Eelco Dolstra authored
-
- Mar 15, 2005
-
-
Eelco Dolstra authored
-
- Mar 14, 2005
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
unique. * Drop `hashAlgo' attribute in manifests; prefix hashes with the hash algorithm instead.
-
Eelco Dolstra authored
file names in the directory not included in any of the manifests specified on the command line.
-
- Mar 11, 2005
-
-
Eelco Dolstra authored
* nix-prefecth-url: print out in base-16.
-
- Mar 03, 2005
-
-
Eelco Dolstra authored
-
- Mar 01, 2005
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
occurances of a component. If the shortest path distance between a component P and Q in the referers graph is D, then the contribution of Q to the use of P is 1 / R^D, where R >= 1, typically 2. This expresses that distant indirect uses are less important than nearby uses. For instance, this can disambiguate between the bootstrap GCC in Nixpkgs and the GCC of the final stdenv (the former has more uses, but they are further away), and between the GCC of the final stdenv and the GCC+G77 build (the latter has very few uses).
-
- Feb 28, 2005
-
-
Eelco Dolstra authored
name but differ to much in sice (by more than a factor of 3), then never generate a patch.
-
- Feb 25, 2005
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
by the build farm. See e.g., http://catamaran.labs.cs.uu.nl/dist/nixpkgs-0.8/nixpkgs-0.7pre2302/; the user can click on packages, and they will be installed (assuming the `application/nix-package' MIME type has been associated with `nix-install-package'). Nix expressions are no longer involved: a "package" is just a pointer to a manifest, and the top-level store derivation to be added to the user environment. This makes these packages independent from Nix expression evolution. Note that we install the store derivation ($drvPath), not the resulting output path ($outPath). This is equivalent, except that installing the derivation maintains the back-link from the output path to the derivation that built it. This is useful for maintenance. * Automatically re-exec in an xterm so that the user sees something when `nix-install-package' is run from a browser.
-
- Feb 24, 2005
-
-
Eelco Dolstra authored
too. * Change the default hash for nix-prefetch-url back to md5, since that's what we use in Nixpkgs (for now; a birthday attack is rather unlikely there).
-
Eelco Dolstra authored
-
- Feb 22, 2005
-
-
Eelco Dolstra authored
NAR dump of the path).
-