summary refs log tree commit diff
path: root/pkgs/os-specific/linux/systemd/default.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2021-10-18 13:15:55 +0200
committerFlorian Klink <flokli@flokli.de>2021-10-18 13:15:55 +0200
commit6b1bac2a236e0be200612cd1a4b7b9c757c9765d (patch)
tree0976f29a6503f9988a8bb02da7352aaf5055be8b /pkgs/os-specific/linux/systemd/default.nix
parentba0649790452a507c0972d788e551baad0ad18be (diff)
downloadnixpkgs-6b1bac2a236e0be200612cd1a4b7b9c757c9765d.tar
nixpkgs-6b1bac2a236e0be200612cd1a4b7b9c757c9765d.tar.gz
nixpkgs-6b1bac2a236e0be200612cd1a4b7b9c757c9765d.tar.bz2
nixpkgs-6b1bac2a236e0be200612cd1a4b7b9c757c9765d.tar.lz
nixpkgs-6b1bac2a236e0be200612cd1a4b7b9c757c9765d.tar.xz
nixpkgs-6b1bac2a236e0be200612cd1a4b7b9c757c9765d.tar.zst
nixpkgs-6b1bac2a236e0be200612cd1a4b7b9c757c9765d.zip
systemd: fix typo in comment
Diffstat (limited to 'pkgs/os-specific/linux/systemd/default.nix')
-rw-r--r--pkgs/os-specific/linux/systemd/default.nix9
1 files changed, 5 insertions, 4 deletions
diff --git a/pkgs/os-specific/linux/systemd/default.nix b/pkgs/os-specific/linux/systemd/default.nix
index 15985f4d9e5..b99d872f281 100644
--- a/pkgs/os-specific/linux/systemd/default.nix
+++ b/pkgs/os-specific/linux/systemd/default.nix
@@ -164,10 +164,11 @@ stdenv.mkDerivation {
     ./0019-core-respect-install_sysconfdir_samples-in-meson-fil.patch
     ./0020-login-respect-install_sysconfdir_samples-in-meson-fi.patch
 
-    # In v248 or v249 we started to get in trouble due to our /etc/systemd/sytem being
-    # a symlink and thus being treated differently by systemd. With the below
-    # patch we mitigate that effect by special casing all our root unit dirs
-    # if they are symlinks. This does exactly what we need (AFAICT).
+    # In v248 or v249 we started to get in trouble due to our
+    # /etc/systemd/system being a symlink and thus being treated differently by
+    # systemd. With the below patch we mitigate that effect by special casing
+    # all our root unit dirs if they are symlinks. This does exactly what we
+    # need (AFAICT).
     ./0021-core-handle-lookup-paths-being-symlinks.patch
 
     # The way files are being tested for being executable changed in v248/v249