mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
system: Add missing exports to (gnu system file-systems).
* gnu/system/file-systems.scm (%pseudo-terminal-file-system) (%shared-memory-file-system): Add to export list.
This commit is contained in:
parent
db17ae5c27
commit
705f8b68f1
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ (define-module (gnu system file-systems)
|
|||
|
||||
%fuse-control-file-system
|
||||
%binary-format-file-system
|
||||
%shared-memory-file-system
|
||||
%pseudo-terminal-file-system
|
||||
%devtmpfs-file-system
|
||||
|
||||
%base-file-systems))
|
||||
|
|
Loading…
Reference in a new issue