diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-08-21 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-08-21 02:00:00 +0200 |
commit | 91b112b8dd28007db9a6f43dd65457e6763b486f (patch) | |
tree | b79e3980ca7f16fd9a808ff64c3acbc504c2cb6a /gnu/bootloader.scm | |
parent | 90ca0f57bf9664e195bbb896ff3a17d89bd62f05 (diff) | |
download | guix-91b112b8dd28007db9a6f43dd65457e6763b486f.tar guix-91b112b8dd28007db9a6f43dd65457e6763b486f.tar.gz |
bootloader: Remove expired export.
This follows up on commit 8a0e1bb12b3c22a8c9a2be17492058ca63ec7c5d.
* gnu/bootloader.scm: Don't export
bootloader-configuration-additional-configuration, which no longer
exists.
Reported by muradm in #guix.
Diffstat (limited to 'gnu/bootloader.scm')
-rw-r--r-- | gnu/bootloader.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/bootloader.scm b/gnu/bootloader.scm index 9cf5457873..70e1836179 100644 --- a/gnu/bootloader.scm +++ b/gnu/bootloader.scm @@ -69,7 +69,6 @@ bootloader-configuration-terminal-inputs bootloader-configuration-serial-unit bootloader-configuration-serial-speed - bootloader-configuration-additional-configuration %bootloaders lookup-bootloader-by-name |