Add unionfs-fuse to system.fsPackages if needed

This commit is contained in:
Rickard Nilsson 2013-04-09 16:44:07 +02:00
parent 86f11dadaa
commit b2b221d533

View file

@ -15,5 +15,7 @@
ln -s $(which mount) /nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-${pkgs.utillinux.name}/bin
ln -s $(which umount) /nix/store/eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee-${pkgs.utillinux.name}/bin
'';
} // pkgs.lib.mkIf (pkgs.lib.any (fs: fs == "unionfs-fuse") config.boot.supportedFilesystems) {
system.fsPackages = [ pkgs.unionfs-fuse ];
};
}