Unverified Commit 10407210 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

nixos/filesystems: remove unused variable (#384605)

parents e068cc28 4a1cad4c
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -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.