parent
e9b1b817c6
commit
90c0d22af4
1 changed files with 6 additions and 0 deletions
|
@ -61,6 +61,12 @@
|
|||
inherit system;
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = [
|
||||
"aspnetcore-runtime-wrapped-6.0.36"
|
||||
"aspnetcore-runtime-6.0.36"
|
||||
"dotnet-sdk-wrapped-6.0.428"
|
||||
"dotnet-sdk-6.0.428"
|
||||
];
|
||||
};
|
||||
overlays = [ (import ./extra-packages) ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue