1
0
Fork 1
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:
Sandro Jäckel 2025-02-23 22:01:44 +01:00
parent 7a753239ed
commit 4a1cad4c46
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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.