A modern, delicious implementation of the Nix package manager, focused on correctness, usability, and growth — and committed to doing right by its community
Find a file
Eelco Dolstra 8afd28a922 Remove dependency on sqlite3_table_column_metadata
Not all SQLite builds have the function sqlite3_table_column_metadata.
We were only using it in a schema upgrade check for compatibility with
databases that were probably never seen in the wild.  So remove it.
2012-03-01 16:06:49 +01:00
corepkgs * currentOutput -> outputName. "current" implies some temporal 2012-01-04 12:00:39 +00:00
doc * Added a command ‘nix-store --print-env $drvpath’ that prints out the 2012-01-17 23:07:22 +00:00
externals
misc
perl * Don't distribute Store.cc, it's generated automatically by xsubpp. 2012-01-18 16:43:48 +00:00
scripts * nix-channel: fail if we don't have write permission to the manifests 2012-02-02 12:25:56 +00:00
src Remove dependency on sqlite3_table_column_metadata 2012-03-01 16:06:49 +01:00
tests * Add a test for importing derivations. 2012-01-26 13:04:50 +00:00
.gitignore Update .gitignore 2012-02-08 19:25:43 +01:00
AUTHORS
bootstrap.sh
configure.ac On Linux, make the Nix store really read-only by using the immutable bit 2012-02-15 01:31:56 +01:00
COPYING
INSTALL
Makefile.am
nix.conf.example
nix.spec.in
README
release.nix Set the versionSuffix to include the Git shortrev 2012-02-08 12:31:14 +01:00
substitute.mk tests: Run `download-using-manifests' via libtool so that dlopening works. 2012-01-11 16:58:49 +00:00
version

Nix is a purely functional package manager.  For installation and
usage instructions, please read the manual, which can be found in
`docs/manual/manual.html', and additionally at the Nix website at
<http://nixos.org/>.


Acknowledgments

This product includes software developed by the OpenSSL Project for
use in the OpenSSL Toolkit (http://www.OpenSSL.org/).