Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to set permittedInsecurePackages #88

Open
Nokogiri opened this issue Nov 30, 2024 · 0 comments
Open

Not able to set permittedInsecurePackages #88

Nokogiri opened this issue Nov 30, 2024 · 0 comments

Comments

@Nokogiri
Copy link

I recently encountered the problem that I have to permit an unsecure package as it is needed as a dependency for a unfree package without source access.
The problem is it doesn't seem to matter where i put nixpkgs.config.permittedInsecurePackages = [ "dotnet-runtime_7" ];
in my config, nix still throws an error that dotnet-runtime_7 is unsecure.

So it seems the setting has no effect.

Is there any other way to permit unsecure packages?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant