diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-01-20 12:06:56 +0100 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-02-17 10:55:36 +0100 |
commit | 4cce7610eb992fcf168be7cb05ec2b1b2020171e (patch) | |
tree | b20bc8c46844cd66da20bffa9d4552f41ef118a8 /gnu | |
parent | ee2a5da80a9bda25542c00a7a35a9ddddcbd58af (diff) | |
download | guix-4cce7610eb992fcf168be7cb05ec2b1b2020171e.tar.gz |
image: Export image? procedure.
* gnu/image.scm (image?): Export it.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/image.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/image.scm b/gnu/image.scm index a60d83b175..75d489490d 100644 --- a/gnu/image.scm +++ b/gnu/image.scm @@ -31,6 +31,7 @@ partition-initializer image + image? image-name image-format image-target |