move insecure packages from overlays to the service that needs it
This commit is contained in:
parent
4509427389
commit
e293e87124
2 changed files with 6 additions and 4 deletions
|
@ -59,10 +59,6 @@
|
|||
import pkgs {
|
||||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
config.permittedInsecurePackages = [
|
||||
"dotnet-sdk-6.0.428"
|
||||
"aspnetcore-runtime-6.0.36"
|
||||
];
|
||||
overlays = extraOverlays ++ (lib.attrValues self.overlays);
|
||||
};
|
||||
pkgs = mkPkgs nixpkgs [self.overlays.default nix-minecraft.overlay flux.overlays.default];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue