diff options
Diffstat (limited to 'guix/store.scm')
-rw-r--r-- | guix/store.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/guix/store.scm b/guix/store.scm index 79dcf22cca..452a2f1268 100644 --- a/guix/store.scm +++ b/guix/store.scm @@ -17,7 +17,6 @@ ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>. (define-module (guix store) - #:use-module (guix nar) #:use-module (guix utils) #:use-module (guix config) #:use-module (guix serialization) |