mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
This was resolving to `lib.options.nix.enable.visible or true`, which is always `true`, and therefore using `nix.enable` where it shouldn’t be used. Oops…