mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 17:46:29 +09:00
nixos/filesystems: remove unused variable
This commit is contained in:
parent
7a753239ed
commit
4a1cad4c46
1 changed files with 1 additions and 3 deletions
|
@ -355,9 +355,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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue