* Add a NarSize field to Hydra manifests. This allows nix-env
to predict how much disk space a package will require. * Compute the output / closure size using the info stored in the Nix database (rather than doing a slow "du").
This commit is contained in:
4
deps.nix
4
deps.nix
@ -8,8 +8,8 @@ let
|
||||
name = "Nix-0.15";
|
||||
src = fetchsvn {
|
||||
url = https://svn.nixos.org/repos/nix/nix-perl/trunk;
|
||||
rev = 24765;
|
||||
sha256 = "12ah8c8p9bx55hd17lhcfc74bd4r1677dxy0id3008pww1aklir7";
|
||||
rev = 24774;
|
||||
sha256 = "1akj695gpnbrjlnwd1gdnnnk7ppvpp1qsinjn04az7q6hjqzbm6p";
|
||||
};
|
||||
NIX_PREFIX = nixSqlite;
|
||||
doCheck = false; # tests currently don't work
|
||||
|
Reference in New Issue
Block a user