- Nov 16, 2011
-
-
Ludovic Courtès authored
This should be more robust and also plays better with cross-compilation---it uses the host name, instead of using the build name.
-
Eelco Dolstra authored
read the manifest just to check the version and print the number of paths. This makes nix-pull very fast for the cached cache (speeding up nixos-rebuild without the ‘--no-pull’ or ‘--fast’ options).
-
Eelco Dolstra authored
disk space, and, since they're typically only decompressed once (to fill the manifest cache), doesn't make things slower.
-
Eelco Dolstra authored
-
Eelco Dolstra authored
DB. This speeds up creating the cache from 16.1s to 7.9s on my system.
-
- Nov 07, 2011
-
-
Eelco Dolstra authored
intermittent problems are gone by now. WAL mode is preferrable because it does way fewer fsyncs.
-
- Nov 05, 2011
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
- Nov 03, 2011
-
-
Eelco Dolstra authored
No commit message
-
Eelco Dolstra authored
-
- Nov 02, 2011
-
-
Eelco Dolstra authored
(reported by Silvio Frischknecht).
-
- Oct 27, 2011
-
-
Eelco Dolstra authored
a string. This happens in the NixOS option system. * Remove a bogus comparison of a unsigned integer with -1.
-
- Oct 19, 2011
-
-
Eelco Dolstra authored
-
- Oct 18, 2011
-
-
Eelco Dolstra authored
-
- Oct 11, 2011
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
- Oct 10, 2011
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
No commit message
-
Eelco Dolstra authored
the Nix:: namespace.
-
Eelco Dolstra authored
-
Eelco Dolstra authored
bindings to be used in Nix's own Perl scripts. The only downside is that Perl XS and Automake/libtool don't really like each other, so building is a bit tricky.
-
- Sep 17, 2011
-
-
Eelco Dolstra authored
-
- Sep 12, 2011
-
-
Eelco Dolstra authored
causing a deadlock.
-
- Sep 06, 2011
-
-
Ludovic Courtès authored
-
Eelco Dolstra authored
the contents of any of the given store paths have been modified. E.g. $ nix-store --verify-path $(nix-store -qR /var/run/current-system) path `/nix/store/m2smyiwbxidlprfxfz4rjlvz2c3mg58y-etc' was modified! expected hash `fc87e271c5fdf179b47939b08ad13440493805584b35e3014109d04d8436e7b8', got `20f1a47281b3c0cbe299ce47ad5ca7340b20ab34246426915fce0ee9116483aa' All paths are checked; the exit code is 1 if any path has been modified, 0 otherwise.
-
Eelco Dolstra authored
-
- Aug 31, 2011
-
-
Eelco Dolstra authored
This should also fix: nix-instantiate: ./../boost/shared_ptr.hpp:254: T* boost::shared_ptr<T>::operator->() const [with T = nix::StoreAPI]: Assertion `px != 0' failed. which was caused by hashDerivationModulo() calling the ‘store’ object (during store upgrades) before openStore() assigned it.
-
- Aug 27, 2011
-
-
Eelco Dolstra authored
-
- Aug 17, 2011
-
-
Eelco Dolstra authored
not really supposed to use according to the DBD::SQLite docs, and fails on some systems (e.g. http://hydra.nixos.org/build/1246662).
-
- Aug 08, 2011
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
* Drop some old Fedora/Debian/Ubuntu releases.
-
- Aug 06, 2011
-
-
Eelco Dolstra authored
prevents files from being evaluated and stored as values multiple times. For instance, evaluation of the ‘system’ attribute in NixOS causes ‘nixpkgs/pkgs/lib/lists.nix’ to be evaluated 2019 times. Caching gives a modest speedup and a decent memory footprint reduction (e.g., from 1.44s to 1.28s, and from 81 MiB to 59 MiB with GC_INITIAL_HEAP_SIZE=100000 on my system).
-
Eelco Dolstra authored
-