permitting appnet insecure package

This commit is contained in:
Danilo Reyes 2024-11-30 16:49:50 -06:00
parent 0681d3aed4
commit c74af2cd27

View File

@ -71,7 +71,16 @@
piracy.gid = 985; 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 = nix =
let let
featuresList = [ featuresList = [