summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorMatt McHenry <github@matt.mchenryfamily.org>2018-08-21 21:39:27 -0400
committerRobin Gloster <mail@glob.in>2018-08-28 17:12:49 +0200
commit94a906b59a7c73f6a0b6ef120f89ee0f927f0dc9 (patch)
tree5607fda8ea37abcf44ae1b23ec211757a1ba3cd9 /nixos/release.nix
parent69b4f427b67fe83ddb2bb3ee113770aa802e5643 (diff)
downloadnixlib-94a906b59a7c73f6a0b6ef120f89ee0f927f0dc9.tar
nixlib-94a906b59a7c73f6a0b6ef120f89ee0f927f0dc9.tar.gz
nixlib-94a906b59a7c73f6a0b6ef120f89ee0f927f0dc9.tar.bz2
nixlib-94a906b59a7c73f6a0b6ef120f89ee0f927f0dc9.tar.lz
nixlib-94a906b59a7c73f6a0b6ef120f89ee0f927f0dc9.tar.xz
nixlib-94a906b59a7c73f6a0b6ef120f89ee0f927f0dc9.tar.zst
nixlib-94a906b59a7c73f6a0b6ef120f89ee0f927f0dc9.zip
systemd: ensure fsck Requires/After links are created in mount units
systemd-fsck-generator only produces these lines if it can find the
necessary fsck executable in its PATH.

fixes #29139.
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index b25c684ff47a..b80ab44eced5 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -291,6 +291,7 @@ in rec {
   tests.firefox = callTest tests/firefox.nix {};
   tests.flatpak = callTest tests/flatpak.nix {};
   tests.firewall = callTest tests/firewall.nix {};
+  tests.fsck = callTest tests/fsck.nix {};
   tests.fwupd = callTest tests/fwupd.nix {};
   tests.gdk-pixbuf = callTest tests/gdk-pixbuf.nix {};
   #tests.gitlab = callTest tests/gitlab.nix {};