Skip to content

Commit 95bc94e

Browse files
committed
fix: formatting and parser error
1 parent a30d533 commit 95bc94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home-manager.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ let
1919
;
2020

2121
mount = "${pkgs.util-linux}/bin/mount";
22-
fusermount = "${lib.getExe' pkgs.fuse "fusermount"}"
22+
fusermount = "${lib.getExe' pkgs.fuse "fusermount"}";
2323
unmountScript = mountPoint: tries: sleep: ''
2424
triesLeft=${toString tries}
2525
if ${mount} | grep -F ${mountPoint}' ' >/dev/null; then

0 commit comments

Comments
 (0)