mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
system: Rename activation script.
* gnu/system.scm (operating-system-activation-script): Change file name to "activate".
This commit is contained in:
parent
56ef7fcc50
commit
4654439be7
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ (define groups
|
||||||
(define group-specs
|
(define group-specs
|
||||||
(map user-group->gexp groups))
|
(map user-group->gexp groups))
|
||||||
|
|
||||||
(gexp->file "boot"
|
(gexp->file "activate"
|
||||||
#~(begin
|
#~(begin
|
||||||
(eval-when (expand load eval)
|
(eval-when (expand load eval)
|
||||||
;; Make sure 'use-modules' below succeeds.
|
;; Make sure 'use-modules' below succeeds.
|
||||||
|
|
Loading…
Reference in a new issue