Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-27 | Add builtin constants ‘langVersion’ and ‘nixVersion’ | Eelco Dolstra | 1 | -1/+0 | |
The integer constant ‘langVersion’ denotes the current language version. It gets increased every time a language feature is added/changed/removed. It's currently 1. The string constant ‘nixVersion’ contains the current Nix version, e.g. "1.2pre2980_9de6bc5". | |||||
2011-11-22 | * Move initialisation of variables like nixConfDir from libmain to | Eelco Dolstra | 1 | -7/+0 | |
libstore so that the Perl bindings can use it as well. It's vital that the Perl bindings use the configuration file, because otherwise nix-copy-closure will fail with a ‘database locked’ message if the value of ‘use-sqlite-wal’ is changed from the default. | |||||
2011-02-09 | Use $BDW_GC_LIBS instead of a custom variable. | Ludovic Courtès | 1 | -1/+1 | |
2010-10-28 | * Handle out of memory condition. | Eelco Dolstra | 1 | -1/+1 | |
2010-04-19 | * Drop the dependency on the ATerm library. | Eelco Dolstra | 1 | -1/+1 | |
2009-03-05 | * Install some headers in the right location. | Eelco Dolstra | 1 | -1/+5 | |
2006-12-04 | * Install the worker in bindir, not libexecdir. | Eelco Dolstra | 1 | -0/+1 | |
* Allow the worker path to be overriden through the NIX_WORKER environment variable. | |||||
2006-09-04 | * Store the Nix libraries in ${libdir}/nix instead of ${libdir}. | Eelco Dolstra | 1 | -1/+1 | |
2006-07-20 | * Use $(libexecdir) to find find-runtime-roots.pl. | Eelco Dolstra | 1 | -0/+1 | |
2006-05-12 | * Support for srcdir != builddir (NIX-41). | Eelco Dolstra | 1 | -1/+2 | |
2005-07-22 | * Build dynamic libraries. | Eelco Dolstra | 1 | -2/+2 | |
2005-02-01 | * A GC setting `gc-keep-outputs' to specify whether output paths of | Eelco Dolstra | 1 | -0/+1 | |
derivations should be kept. | |||||
2004-10-25 | * Revert r1594 - it didn't solve the problem. Instead add | Eelco Dolstra | 1 | -1/+1 | |
svn-revision to distributions, which should fix it. | |||||
2004-10-25 | * Make sure that the prerelease version is included in `--version'. | Eelco Dolstra | 1 | -1/+1 | |
2004-02-16 | * Allow linking against an external Berkeley DB / ATerm library. | Eelco Dolstra | 1 | -1/+1 | |
2004-02-16 | * Allow the location of the store to be specified (--with-store-dir). | Eelco Dolstra | 1 | -1/+1 | |
* Do not create stuff in localstatedir when doing `make install' (since we may not have write access). In general, installation of constant code/data should be separate from the initialisation of mutable state. | |||||
2004-02-02 | * Sort `nix-env -q' output by derivation name. | Eelco Dolstra | 1 | -0/+1 | |
* `--version' flag for all commands. * Manual updates. | |||||
2003-11-25 | * More `make dist' fixes. | Eelco Dolstra | 1 | -3/+1 | |
2003-11-18 | * libnix -> libstore. | Eelco Dolstra | 1 | -1/+1 | |
2003-11-18 | * Source tree refactoring. | Eelco Dolstra | 1 | -1/+1 | |
2003-10-20 | * Finished refactoring the tree. | Eelco Dolstra | 1 | -0/+12 | |