Unverified Commit 4a1cad4c authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

nixos/filesystems: remove unused variable

parent 7a753239
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.