mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
Revert "system: accounts: Export <user-account>."
This reverts commit 03795e2ba2
.
Fixes <https://issues.guix.gnu.org/66279>.
This commit is contained in:
parent
87b3ac13fe
commit
97927608cb
1 changed files with 1 additions and 2 deletions
|
@ -19,8 +19,7 @@
|
|||
(define-module (gnu system accounts)
|
||||
#:use-module (guix records)
|
||||
#:use-module (ice-9 match)
|
||||
#:export (<user-account>
|
||||
user-account
|
||||
#:export (user-account
|
||||
user-account?
|
||||
user-account-name
|
||||
user-account-password
|
||||
|
|
Loading…
Reference in a new issue