You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: