lol

/run/wrapper is not a filesystem, no need to skip it

-1
-1
nixos/modules/installer/tools/nixos-generate-config.pl
··· 347 347 348 348 # Skip special filesystems. 349 349 next if in($mountPoint, "/proc") || in($mountPoint, "/dev") || in($mountPoint, "/sys") || in($mountPoint, "/run") || $mountPoint eq "/var/lib/nfs/rpc_pipefs"; 350 - next if $mountPoint eq "/run/wrappers"; 351 350 352 351 # Skip the optional fields. 353 352 my $n = 6; $n++ while $fields[$n] ne "-"; $n++;