permitting appnet insecure package
This commit is contained in:
11
base.nix
11
base.nix
@@ -71,7 +71,16 @@
|
||||
piracy.gid = 985;
|
||||
};
|
||||
};
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
permittedInsecurePackages = [
|
||||
"aspnetcore-runtime-wrapped-6.0.36"
|
||||
"aspnetcore-runtime-6.0.36"
|
||||
"dotnet-runtime-6.0.36"
|
||||
"dotnet-sdk-wrapped-6.0.428"
|
||||
"dotnet-sdk-6.0.428"
|
||||
];
|
||||
};
|
||||
nix =
|
||||
let
|
||||
featuresList = [
|
||||
|
||||
Reference in New Issue
Block a user