diff options
Diffstat (limited to 'guix/scripts/pack.scm')
-rw-r--r-- | guix/scripts/pack.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/scripts/pack.scm b/guix/scripts/pack.scm index 7f5a5f2aa7..7ab2c0d447 100644 --- a/guix/scripts/pack.scm +++ b/guix/scripts/pack.scm @@ -533,7 +533,7 @@ tarball conforming to the Docker Image Specification, compressed with COMPRESSOR. It can be passed to 'docker load'. If TARGET is true, it must a be a GNU triplet and it is used to derive the architecture metadata in the image. EXTRA-OPTIONS may contain the IMAGE-TAG keyword argument. If -MAX-LAYERS is not false, the image will be splitted in up to MAX-LAYERS +MAX-LAYERS is not false, the image will be split in up to MAX-LAYERS layers." (define database (and localstatedir? |