dannym pushed a commit to branch wip-installer-2
in repository guix.

commit ee8806f2cb501afe74aa90a8c5ad5abaa291c04d
Author: Danny Milosavljevic <[email protected]>
Date:   Tue Jul 4 01:30:47 2017 +0200

    guix system: Remove outdated (gnu system grub) import.
    
    * guix/scripts/system.scm: Remove outdated (gnu system grub) import.
---
 guix/scripts/system.scm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/guix/scripts/system.scm b/guix/scripts/system.scm
index 162dd0e..7e76a3e 100644
--- a/guix/scripts/system.scm
+++ b/guix/scripts/system.scm
@@ -42,7 +42,6 @@
   #:use-module (gnu system file-systems)
   #:use-module (gnu system linux-container)
   #:use-module (gnu system vm)
-  #:use-module (gnu system grub)
   #:use-module (gnu services)
   #:use-module (gnu services shepherd)
   #:use-module (gnu services herd)

Reply via email to