diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-04-07 14:19:15 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-04-07 15:10:10 +0900 |
| commit | ef465f8910574e1782e25ebfc2586aad21ce050d (patch) | |
| tree | bdf1e58020cabec73181a3e7d6215397fa3f6b8d /gnu/system | |
| parent | 9d986b2f03d85faba4490472adc07612f9eab02e (diff) | |
system/nss: Add 'merge' to NSS actions.
* gnu/system/nss.scm (lookup-action): Add merge.
Change-Id: I68ef691fe66f295735d82d72fea82adda3552df3
Diffstat (limited to 'gnu/system')
| -rw-r--r-- | gnu/system/nss.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/nss.scm b/gnu/system/nss.scm index e46840713fe..a82fef24882 100644 --- a/gnu/system/nss.scm +++ b/gnu/system/nss.scm @@ -54,7 +54,7 @@ ;; Lookup specification (info "(libc) Actions in the NSS Configuration"). (define-enumeration lookup-action - (return continue) + (return continue merge) make-lookup-action) (define-enumeration lookup-status |
