mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-11-10 17:54:53 +01:00
`lib.all (_: false) [ ]` is `true`, which is not the semantics we want
here, and interacts poorly with `boot.zfs.extraPools` where
`getPoolFilesystems` may return `[]`. So explicitly handle this case.
This does mean there isn’t a straightforward way to disable auto-import
with `extraPools` and no associated `fileSystems` while keeping the unit
around, but that’s probably okay for now.
See https://github.com/NixOS/nixpkgs/issues/364995.
Broken in
|
||
|---|---|---|
| .. | ||
| apfs.nix | ||
| bcachefs.nix | ||
| btrfs.nix | ||
| cifs.nix | ||
| ecryptfs.nix | ||
| envfs.nix | ||
| erofs.nix | ||
| exfat.nix | ||
| ext.nix | ||
| f2fs.nix | ||
| glusterfs.nix | ||
| jfs.nix | ||
| nfs.nix | ||
| ntfs.nix | ||
| overlayfs.nix | ||
| reiserfs.nix | ||
| squashfs.nix | ||
| sshfs.nix | ||
| unionfs-fuse.nix | ||
| vboxsf.nix | ||
| vfat.nix | ||
| xfs.nix | ||
| zfs.nix | ||