diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-10-27 17:56:24 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-10-27 18:00:29 +0100 |
commit | c40ad1df60e81e2089780ee884504729c7a66695 (patch) | |
tree | f7da102287c8d869ad407d880b1a374026f6dfed | |
parent | ba17af84c889e98e4460022b720f118f76dbf5b9 (diff) | |
download | guix-c40ad1df60e81e2089780ee884504729c7a66695.tar.gz |
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'.
-rw-r--r-- | nix/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/local.mk b/nix/local.mk index 2bb01041b9..d2ce349d9c 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 \ |