Skip to content

Commit

Permalink
Merge pull request #123360 from helsinki-systems/tasks_filesystems_ut…
Browse files Browse the repository at this point in the history
…illinux

nixos/tasks/filesystems: utillinux -> util-linux
  • Loading branch information
flokli committed May 17, 2021
2 parents 183350a + 8e78793 commit 036a962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/tasks/filesystems.nix
Expand Up @@ -309,7 +309,7 @@ in
"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
Expand Down

0 comments on commit 036a962

Please sign in to comment.