Codeium triggers error about unfree package even with nixpkgs.config.allowUnfree set #3212
-
In my flake I have nixpkgs = {
overlays = [
outputs.overlays.default
];
config = {
allowUnfree = true;
};
}; But yet, every time I do a rebuild I have to explicitly set the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Is this in your NixOS/HM or Nixvim configuration? Feel free to come back if this does not fix your issue. |
Beta Was this translation helpful? Give feedback.
To clarify, you need to use nixvim's
nixpkgs.config.allowUnfree
option not a different module-set's (home-manager, nixos, etc).This means you will probably be configuring
programs.nixvim.nixpkgs.config.allowUnfree
.