Allow installation of old software

This commit is contained in:
Daniel Siepmann 2023-05-24 20:09:44 +02:00
parent 6dbecabf40
commit e60588d340
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -1,8 +1,12 @@
{
permittedInsecurePackages = [
# Remove after 2023-09-11
# See: https://github.com/NixOS/nixpkgs/commit/f68ae132f843f17e4a3fb881e49b032026450d48
# See: https://nodejs.org/en/blog/announcements/nodejs16-eol
permittedInsecurePackages = [
"nodejs-16.20.0"
# Still in use by one customer
"nodejs-14.21.3"
# Used by nodejs 14
"openssl-1.1.1t"
];
}