Loading nixos/modules/tasks/filesystems/bcachefs.nix +1 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ let printf "waiting for device to appear $path" for try in $(seq 10); do if [ -e $path ]; then target=$(readlink -f $path) success=true break else Loading Loading
nixos/modules/tasks/filesystems/bcachefs.nix +1 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,7 @@ let printf "waiting for device to appear $path" for try in $(seq 10); do if [ -e $path ]; then target=$(readlink -f $path) success=true break else Loading