nixpkgs/pkgs/os-specific/linux/fuse
oxalica 32ddebd1e3
fuse: split outputs and clean up
`fuse` consists of the library and SUID binaries. They serve different
scenarios. Packages depending on libfuse don't want to pull in binaries
which shadow SUID ones like `fusermount` and cause troubles.

With outputs splitted, we can use `fuse.dev` in development environment
without risking shadowing SUID binaries.

The `common` output and top-level `fuse-common` are removed because they
are not useful since a long time ago.
2024-09-30 15:26:38 -04:00
..
common.nix fuse: split outputs and clean up 2024-09-30 15:26:38 -04:00
default.nix
fuse2-Do-not-set-FUSERMOUNT_DIR.patch
fuse3-Do-not-set-FUSERMOUNT_DIR.patch
fuse3-install.patch