Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-16 | * nix-pull: update the Nix manifest cache if necessary. Also, don't | Eelco Dolstra | 1 | -4/+4 | |
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). | |||||
2011-11-16 | * Don't decompress the manifests in /nix/var/nix/manifest. This saves | Eelco Dolstra | 1 | -2/+8 | |
disk space, and, since they're typically only decompressed once (to fill the manifest cache), doesn't make things slower. | |||||
2011-11-16 | * Remove obsolete line. | Eelco Dolstra | 1 | -1/+0 | |
2011-11-16 | * Re-use prepared statements across insertions into the manifest cache | Eelco Dolstra | 1 | -8/+12 | |
DB. This speeds up creating the cache from 16.1s to 7.9s on my system. | |||||
2011-10-11 | * Use the Store API bindings in nix-copy-closure. | Eelco Dolstra | 3 | -11/+33 | |
2011-10-11 | * Move SSH.pm. | Eelco Dolstra | 2 | -1/+53 | |
2011-10-11 | * Distribute GeneratePatches.pm. | Eelco Dolstra | 1 | -4/+6 | |
2011-10-10 | * Install NixManifest.pm, NixConfig.pm and GeneratePatches.pm under | Eelco Dolstra | 4 | -2/+728 | |
the Nix:: namespace. | |||||
2011-10-10 | * Include the Nix Perl bindings in Nix itself. This will allow the | Eelco Dolstra | 4 | -0/+184 | |
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. |