- Sep 26, 2006
-
-
Eelco Dolstra authored
-
- Sep 25, 2006
-
-
Eelco Dolstra authored
for packages that should be propagated to the user environment.
-
Eelco Dolstra authored
*after* the packages that have been explicitly installed, and collisions are ignored.
-
Eelco Dolstra authored
(e.g., "java-front-0.9pre15899" instead of "java-front"; particularly important when doing upgrades later on).
-
Eelco Dolstra authored
a different location than the user's. This makes channels usable as a source deployment mechanism for people who install Nix under non-standard prefixes. (NIX-57)
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
- Sep 24, 2006
-
-
Eelco Dolstra authored
side should be a path, I guess. * Handle paths that are in the store but not direct children of the store directory. * Ugh, hack to prevent double context wrapping.
-
Eelco Dolstra authored
* Primop `pathExists' to check for path existence.
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
- Sep 22, 2006
-
-
Eelco Dolstra authored
* Put common test functions in tests/lang/lib.nix.
-
Eelco Dolstra authored
With this primitive, a list-flattening function can be implemented (NIX-55, example is in tests/lang/eval-okay-flatten.nix).
-
Eelco Dolstra authored
list. Useful for lots of things, such as implementing a fold function (see NIX-30, example is in tests/lang/eval-okay-list.nix).
-
Eelco Dolstra authored
attribute existence and to return an attribute from an attribute set, respectively. Example: `hasAttr "foo" {foo = 1;}'. They differ from the `?' and `.' operators in that the attribute name is an arbitrary expression. (NIX-61)
-
Eelco Dolstra authored
regular files into memory all at once.
-
Eelco Dolstra authored
requires rerunning Autoconf/Automake). Interested users should do that themselves.
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
(NIX-22).
-
- Sep 21, 2006
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
* `nix-install-package --help' (NIX-9). * `nix-install-package --non-interactive': don't prompt or pause. * Tests for nix-install-package. * Security fixes: filter the values obtained from the nixpkg.
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
- Sep 20, 2006
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
* Don't hardcore /nix/bin and /nix/store.
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
NARs. Fixes the impurity of nix-push (NIX-21). * Better help.
-
- Sep 19, 2006
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
* Restore the mtime on modified directories.
-
Eelco Dolstra authored
all identitical files in the Nix store to each other. (Previously it only computed the size that would be saved by doing so.)
-
Eelco Dolstra authored
-
Eelco Dolstra authored
package duplication present in (e.g.) a profile. It shows the number of instances of each package in a closure, along with the size in bytes of each instance as well as the "waste" (the difference between the sum of the sizes of all instances and the average size). $ ./show-duplication.pl /nix/var/nix/profiles/default gcc 11 3.3.6 19293318 3.4.4 21425257 ... average 14942970, waste 149429707 coreutils 6 ... average package duplication 1.87628865979381, total size 3486330471, total waste 1335324237, 38.3017114443825% wasted This utility is useful for measuring the cost in terms of disk space of the Nix approach.
-
- Sep 14, 2006
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
--delete-generations: lock the profile to prevent (extremely unlikely) race conditions.
-
Eelco Dolstra authored
Nix-env failed to call addPermRoot(), which is necessary to safely add a new root. So if nix-env started after and finished before the garbage collector, the user environment (plus all other new stuff) it built might be garbage collected, leading to a dangling symlink chain in ~/.nix-profile... * Be more explicit if we block on the GC lock ("waiting for the big garbage collector lock..."). * Don't loop trying to create a new generation. It's not necessary anymore since profiles are locked nowadays.
-
- Sep 12, 2006
-
-
Eelco Dolstra authored
-
- Sep 11, 2006
-
-
Eelco Dolstra authored
* More follow restrictions on layout.
-