diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2022-04-16 16:11:23 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2022-05-01 21:30:35 +0200 |
| commit | 3682bd4003f4c4e313498931c471eeae2efe09b8 (patch) | |
| tree | 74754454cf4636592d9e46f06381ab32b0bfa9f6 /Makefile.am | |
| parent | 391bd143592241a5bf3555918a5188c789c1c771 (diff) | |
Add (guix least-authority).
* guix/least-authority.scm: New file.
* Makefile.am (MODULES): Add it.
* gnu/build/shepherd.scm (default-mounts): Make public.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8b92a4a9bba..2c07fe724bc 100644 --- a/Makefile.am +++ b/Makefile.am | |||
| @@ -130,6 +130,7 @@ MODULES = \ | |||
| 130 | guix/cache.scm \ | 130 | guix/cache.scm \ |
| 131 | guix/cve.scm \ | 131 | guix/cve.scm \ |
| 132 | guix/workers.scm \ | 132 | guix/workers.scm \ |
| 133 | guix/least-authority.scm \ | ||
| 133 | guix/ipfs.scm \ | 134 | guix/ipfs.scm \ |
| 134 | guix/build-system.scm \ | 135 | guix/build-system.scm \ |
| 135 | guix/build-system/android-ndk.scm \ | 136 | guix/build-system/android-ndk.scm \ |
