Skip to content

Commit

Permalink
nixos: fix bcachefs filesystem with symlinks
Browse files Browse the repository at this point in the history
  • Loading branch information
kloenk authored and Mic92 committed Nov 23, 2023
1 parent 56746b6 commit a51ea9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nixos/modules/tasks/filesystems/bcachefs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a51ea9c

Please sign in to comment.