civodul pushed a commit to branch master
in repository guix.
commit c40ad1df60e81e2089780ee884504729c7a66695
Author: Ludovic Courtès <[email protected]>
AuthorDate: Tue Oct 27 17:56:24 2020 +0100
maint: Add 'etc/gnu-store.mount.in' to the distribution.
Reported by Vagrant Cascadian.
* nix/local.mk (EXTRA_DIST): Add 'etc/gnu-store.mount.in'.
---
nix/local.mk | 1 +
1 file changed, 1 insertion(+)
diff --git a/nix/local.mk b/nix/local.mk
index 2bb0104..d2ce349 100644
--- a/nix/local.mk
+++ b/nix/local.mk
@@ -211,6 +211,7 @@ CLEANFILES += \
EXTRA_DIST += \
%D%/AUTHORS \
%D%/COPYING \
+ etc/gnu-store.mount.in \
etc/guix-daemon.service.in \
etc/guix-daemon.conf.in \
etc/guix-publish.service.in \