diff options
-rw-r--r-- | nix/local.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/nix/local.mk b/nix/local.mk index 79667ed49e..6880e94193 100644 --- a/nix/local.mk +++ b/nix/local.mk @@ -209,8 +209,10 @@ EXTRA_DIST += \ %D%/libstore/schema.sql \ %D%/AUTHORS \ %D%/COPYING \ - etc/guix-daemon.service.in \ - etc/guix-daemon.conf.in + etc/guix-daemon.service.in \ + etc/guix-daemon.conf.in \ + etc/guix-publish.service.in \ + etc/guix-publish.conf.in if CAN_RUN_TESTS |