aboutsummaryrefslogtreecommitdiff
path: root/pkgs/build-support/closure-info.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* treewide: remove unused variables (#63177)volth2019-06-161-1/+1
| | | | | | * treewide: remove unused variables * making ofborg happy
* nixos: add preferLocalBuild=true; on derivations for config filesSymphorien Gibol2019-02-221-0/+2
|
* make-closure needs build system mkdir and jqDaniel Barlow2018-06-291-2/+2
| | | | Make make-closure work when cross-compiling
* CleanupEelco Dolstra2018-02-271-1/+1
|
* Merge pull request #35402 from shlevy/closure-info-total-sizeEelco Dolstra2018-02-231-0/+1
|\ | | | | closureInfo: Report the total closure size.
| * closureInfo: Report the total closure size.Shea Levy2018-02-231-0/+1
| | | | | | | | This can be useful for e.g. preallocating disk image sizes.
* | makeInitrd: Use closureInfoEelco Dolstra2018-02-231-1/+1
|/
* VM tests: Initialize the Nix database with correct NAR hashes/sizesEelco Dolstra2018-02-071-40/+15
|
* closure-info: another half-blind attempt to fix on HydraVladimír Čunát2017-11-011-2/+5
| | | | | | The previous one was very bad and worsened the situation. But even running with some nix-1.12 I'm unable to reproduce the original failure. Let's unblock channels for now.
* closure-info: half-blind attempt to fix on HydraVladimír Čunát2017-11-011-1/+1
| | | | | I'm not sure why these started to block channel several days ago. I've been unable to reproduce the failures locally.
* Add function closureInfo to replace pathsFromGraphEelco Dolstra2017-10-251-0/+55
Unlike pathsFromGraph, on Nix 1.12, this function produces a registration file containing correct NAR hash/size information. https://hydra.nixos.org/build/62832723