nixpkgs/nixos/modules/profiles
Michael Weiss 351f5fc585 fuse3: init at 3.1.1
This includes fuse-common (fusePackages.fuse_3.common) as recommended by
upstream. But while fuse(2) and fuse3 would normally depend on
fuse-common we can't do that in nixpkgs while fuse-common is just
another output from the fuse3 multiple-output derivation (i.e. this
would result in a circular dependency). To avoid building fuse3 twice I
decided it would be best to copy the shared files (i.e. the ones
provided by fuse(2) and fuse3) from fuse-common to fuse (version 2) and
avoid collision warnings by defining priorities. Now it should be
possible to install an arbitrary combination of "fuse", "fuse3", and
"fuse-common" without getting any collision warnings. The end result
should be the same and all changes should be backwards compatible
(assuming that mount.fuse from fuse3 is backwards compatible as stated
by upstream [0] - if not this might break some /etc/fstab definitions
but that should be very unlikely).

My tests with sshfs (version 2 and 3) didn't show any problems.

See #28409 for some additional information.

[0]: https://github.com/libfuse/libfuse/releases/tag/fuse-3.0.0
2017-09-21 23:59:46 +02:00
..
all-hardware.nix all-hardware.nix: add VMware support. (#27430) 2017-07-17 02:38:10 +02:00
base.nix fuse3: init at 3.1.1 2017-09-21 23:59:46 +02:00
clone-config.nix Remove some obsolete references to <nixos> 2015-08-05 17:37:08 +02:00
demo.nix Add user attribute isNormalUser 2014-08-15 02:16:04 +02:00
docker-container.nix treewide: Use correct output in ${config.nix.package}/bin 2016-04-25 16:44:37 +02:00
graphical.nix profiles/graphical.nix: enable libinput over synaptics 2017-08-30 20:25:11 -04:00
hardened.nix nixos/hardened: blacklist a few obscure net protocols 2017-09-09 17:37:17 +02:00
headless.nix Fix the boot-ec2-config test 2016-03-30 22:22:40 +02:00
installation-device.nix rogue: omit from the installation media 2017-08-29 16:15:15 +02:00
minimal.nix nixos: disable sound for minimal ISO 2016-11-23 02:24:13 +01:00
qemu-guest.nix qemu-guest.nix: Disable rngd 2016-02-23 11:56:09 +01:00