···32323333- Julia environments can now be built with arbitrary packages from the ecosystem using the `.withPackages` function. For example: `julia.withPackages ["Plots"]`.
34343535+- The PipeWire and WirePlumber modules have removed support for using
3636+`environment.etc."pipewire/..."` and `environment.etc."wireplumber/..."`.
3737+Use `services.pipewire.extraConfig` or `services.pipewire.configPackages` for PipeWire and
3838+`services.pipewire.wireplumber.configPackages` for WirePlumber instead."
3939+3540- A new option `systemd.sysusers.enable` was added. If enabled, users and
3641 groups are created with systemd-sysusers instead of with a custom perl script.
3742
···3131 doCheck = true;
3232 nativeCheckInputs = [ lua51Packages.busted util-linux neovim ];
3333 # filter out one test that fails in the sandbox of nix
3434- checkPhase = ''
3434+ checkPhase = let
3535+ exclude-tags = if stdenv.isDarwin then "nix,mac" else "nix";
3636+ in ''
3537 runHook preCheck
3636- make test BUSTED='busted --output TAP --exclude-tags=nix'
3838+ make test BUSTED='busted --output TAP --exclude-tags=${exclude-tags}'
3739 runHook postCheck
3840 '';
39414042 meta = with lib; {
4141- broken = stdenv.isDarwin;
4243 description = "Use neovim as pager";
4344 longDescription = ''
4445 Use neovim as a pager to view manpages, diffs, etc with nvim's syntax