;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2021 Xinglu Chen .
(define-module (test-import-git)
#:use-module (git)
#:use-module (guix git)
#:use-module (guix tests)
#:use-module (guix packages)
#:use-module (guix import git)
#:use-module (guix git-download)
#:use-module (guix tests git)
#:use-module (srfi srfi-1)
#:use-module (srfi srfi-64))
;; Test the (guix i
0 files changed, 0 insertions, 0 deletions