Skip to content

Commit a373fe8

Browse files
committedMar 5, 2018
makeInitrd: explain why we don't use closureInfo
/cc #36268.
1 parent 165b32d commit a373fe8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎pkgs/build-support/kernel/make-initrd.nix

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
3131
suffices = map (x: if x ? suffix then x.suffix else "none") contents;
3232

3333
# For obtaining the closure of `contents'.
34+
# Note: we don't use closureInfo yet, as that won't build with nix-1.x.
35+
# See #36268.
3436
exportReferencesGraph =
3537
map (x: [("closure-" + baseNameOf x.symlink) x.object]) contents;
3638
pathsFromGraph = ./paths-from-graph.pl;

0 commit comments

Comments
 (0)
Please sign in to comment.