We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30d533 commit 009b580Copy full SHA for 009b580
home-manager.nix
@@ -19,8 +19,8 @@ let
19
;
20
21
mount = "${pkgs.util-linux}/bin/mount";
22
- fusermount = "${lib.getExe' pkgs.fuse "fusermount"}"
23
- unmountScript = mountPoint: tries: sleep: ''
+ fusermount = "${lib.getExe' pkgs.fuse "fusermount"}";
+ unmountScript = mountPoint: tries: sleep: ''
24
triesLeft=${toString tries}
25
if ${mount} | grep -F ${mountPoint}' ' >/dev/null; then
26
while (( triesLeft > 0 )); do
0 commit comments