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 95bc94eCopy full SHA for 95bc94e
home-manager.nix
@@ -19,7 +19,7 @@ let
19
;
20
21
mount = "${pkgs.util-linux}/bin/mount";
22
- fusermount = "${lib.getExe' pkgs.fuse "fusermount"}"
+ fusermount = "${lib.getExe' pkgs.fuse "fusermount"}";
23
unmountScript = mountPoint: tries: sleep: ''
24
triesLeft=${toString tries}
25
if ${mount} | grep -F ${mountPoint}' ' >/dev/null; then
0 commit comments