summaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
authorDavid Thompson <davet@gnu.org>2015-06-27 10:45:34 -0400
committerDavid Thompson <dthompson2@worcester.edu>2015-07-07 21:20:59 -0400
commit9110c2e9421b4f93b04411f72fcea90ae8511f3c (patch)
tree61c37ba751c3f2723e85d1699c40041f922c2ab5 /guix
parentdf3ce5c123929b690672cfc6adb3323a8033ec44 (diff)
downloadguix-patches-9110c2e9421b4f93b04411f72fcea90ae8511f3c.tar
guix-patches-9110c2e9421b4f93b04411f72fcea90ae8511f3c.tar.gz
gnu: system: Move <file-system-mapping> into (gnu system file-systems).
* gnu/system/vm.scm (<file-system-mapping>, %store-mapping): Move from here... * gnu/system/file-systems.scm: ...to here. * guix/scripts/system.scm: Import (gnu system file-systems).
Diffstat (limited to 'guix')
-rw-r--r--guix/scripts/system.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/guix/scripts/system.scm b/guix/scripts/system.scm
index aa9b3f838a..6084ab8a37 100644
--- a/guix/scripts/system.scm
+++ b/guix/scripts/system.scm
@@ -30,6 +30,7 @@
#:use-module (guix build utils)
#:use-module (gnu build install)
#:use-module (gnu system)
+ #:use-module (gnu system file-systems)
#:use-module (gnu system vm)
#:use-module (gnu system grub)
#:use-module (gnu packages grub)