diff options
author | David Thompson <davet@gnu.org> | 2015-06-27 10:45:34 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2015-07-07 21:20:59 -0400 |
commit | 9110c2e9421b4f93b04411f72fcea90ae8511f3c (patch) | |
tree | 61c37ba751c3f2723e85d1699c40041f922c2ab5 /guix | |
parent | df3ce5c123929b690672cfc6adb3323a8033ec44 (diff) |
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.scm | 1 |
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) |