nix: allow nodejs-16.20.0

This commit is contained in:
notohh 2023-05-21 06:05:02 -04:00
parent becb3eaf11
commit b53afbe666
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -4,7 +4,7 @@
allowUnfree = true;
permittedInsecurePackages = [
"qtwebkit-5.212.0-alpha4"
"electron-12.2.3"
"nodejs-16.20.0"
];
};
};