+1
-5
nixos/modules/tasks/filesystems.nix
+1
-5
nixos/modules/tasks/filesystems.nix
···-apply = x: if isList x then x else lib.strings.splitString "," (builtins.trace "warning: passing a comma-separated string for filesystem options is deprecated; use a list of strings instead. This will become a hard error in 16.09." x);