summaryrefslogtreecommitdiff
path: root/nix
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-05-17 14:09:43 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-05-17 14:12:35 +0200
commitebbf91542269fcb36d64928d4a4992e6afbf2acf (patch)
treecbefaf07d6b1e95383bdd8e32ab1f65854cf6192 /nix
parent677515739e07cf6e99b70fa3cae5955a664566c7 (diff)
downloadpatches-ebbf91542269fcb36d64928d4a4992e6afbf2acf.tar
patches-ebbf91542269fcb36d64928d4a4992e6afbf2acf.tar.gz
etc: Install mount unit only if it exists.
This follows up on 1a1faa78b0498fbb71f1533beb4b65817c1d3f2a, and avoids the (non-fatal) error seen in <https://issues.guix.gnu.org/41356>. /gnu/store will remain writable on new foreign distribution installations until the next release. * etc/guix-install.sh (sys_enable_guix_daemon): Check for ‘gnu-store.mount’ presence before trying to cp it. Update forgotten copyright header.
Diffstat (limited to 'nix')
-rw-r--r--nix/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/local.mk b/nix/local.mk
index 435fdd389a..dbcdde8b0d 100644
--- a/nix/local.mk
+++ b/nix/local.mk
@@ -1,6 +1,7 @@
# GNU Guix --- Functional package management for GNU
# Copyright © 2012, 2013, 2014, 2015, 2016, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
# Copyright © 2016 Mathieu Lirzin <mthl@gnu.org>
+# Copyright © 2020 Tobias Geerinckx-Rice <me@tobias.gr>
#
# This file is part of GNU Guix.
#