ambrevar: Fix imports.

master
Pierre Neidhardt 2021-01-16 12:01:00 +01:00
parent 39af2ace95
commit 0afead687e
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
(:use #:common-lisp)
(:use #:trivia)
(:import-from #:serapeum #:export-always)
(:import-from #:ambrevar/file)
(:import-from #:ambrevar/shell))
(in-package ambrevar/guix)
(eval-when (:compile-toplevel :load-toplevel :execute)

View File

@ -3,6 +3,7 @@
;; (:nicknames #:$)
(:use #:common-lisp)
(:use #:trivia)
(:import-from #:ambrevar/file)
(:import-from #:serapeum #:export-always))
(in-package ambrevar/shell)
(eval-when (:compile-toplevel :load-toplevel :execute)