Skip to content

Commit

Permalink
nixos/fileSystems: remove unused binding
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn8901 committed Jan 14, 2025
1 parent 74ef69c commit 81c105c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nixos/modules/tasks/filesystems.nix
Original file line number Diff line number Diff line change
Expand Up @@ -352,9 +352,7 @@ in
}
{
assertion = ! (any (fs: fs.formatOptions != null) fileSystems);
message = let
fs = head (filter (fs: fs.formatOptions != null) fileSystems);
in ''
message = ''
'fileSystems.<name>.formatOptions' has been removed, since
systemd-makefs does not support any way to provide formatting
options.
Expand Down

0 comments on commit 81c105c

Please sign in to comment.