Commit a51ea9ca authored by Fiona Behrens's avatar Fiona Behrens Committed by Jörg Thalheim
Browse files

nixos: fix bcachefs filesystem with symlinks

parent 56746b6d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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