Skip to content

bug: config.lib.nixGL.wrap leads to missing Chromium extensions #6608

@DocBrown101

Description

@DocBrown101

Are you following the right branch?

  • My Nixpkgs and Home Manager versions are in sync

Is there an existing issue for this?

  • I have searched the existing issues

Issue description

There seems to have been a similar error in #6016.

Here is an example configuration:

programs.chromium = {
    enable = true;
    package = config.lib.nixGL.wrap pkgs.brave;
    extensions = [
      "nngceckbapebfimnlniiiahkandclblb" # Bitwarden Passwortmanager
      "eimadpbcbfnmbkopoojfekhnkhdbieeh" # Dark Reader
    ];
  };

Workaround: remove config.lib.nixGL.wrap from programs.chromium.package to get back the defined extensions.

Maintainer CC

@Smona

System information

- system: `"x86_64-linux"`
 - host os: `Linux 6.11.0-19-generic, Linux Mint, 22.1 (Xia), nobuild`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.26.2`
 - channels(root): `"nixpkgs"`
 - nixpkgs: `/nix/store/ldwapm29wjwan94c9nqjv57jssqrs0rh-nixpkgs/nixpkgs`

Metadata

Metadata

Labels

bugstatus: staletriageIssues or feature request that have not been triaged yet

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions