unionfs-fuse: Fix the utillinux path hack for multiple-outputs

Double ugh.

authored by

Tuomas Tynkkynen and committed by
Vladimír Čunát
0e6d0a58 331aee2a

+3 -3
+3 -3
nixos/modules/tasks/filesystems/unionfs-fuse.nix
··· 18 19 boot.initrd.postDeviceCommands = '' 20 # Hacky!!! fuse hard-codes the path to mount 21 - mkdir -p /nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-${pkgs.utillinux.name}/bin 22 - ln -s $(which mount) /nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-${pkgs.utillinux.name}/bin 23 - ln -s $(which umount) /nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-${pkgs.utillinux.name}/bin 24 ''; 25 }) 26
··· 18 19 boot.initrd.postDeviceCommands = '' 20 # Hacky!!! fuse hard-codes the path to mount 21 + mkdir -p /nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-${pkgs.utillinux.name}-bin/bin 22 + ln -s $(which mount) /nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-${pkgs.utillinux.name}-bin/bin 23 + ln -s $(which umount) /nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-${pkgs.utillinux.name}-bin/bin 24 ''; 25 }) 26