nixos/tasks/filesystems: utillinux -> util-linux

ajs124 8e787930 b900661f

Changed files
+1 -1
nixos
modules
+1 -1
nixos/modules/tasks/filesystems.nix
···
"mount-pstore" = {
serviceConfig = {
Type = "oneshot";
-
ExecStart = "${pkgs.utillinux}/bin/mount -t pstore -o nosuid,noexec,nodev pstore /sys/fs/pstore";
+
ExecStart = "${pkgs.util-linux}/bin/mount -t pstore -o nosuid,noexec,nodev pstore /sys/fs/pstore";
ExecStartPost = pkgs.writeShellScript "wait-for-pstore.sh" ''
set -eu
TRIES=0