changes that i forgor

This commit is contained in:
Schrottkatze 2023-05-25 09:03:43 +02:00
parent d5cdedd841
commit 94509fdcb3
7 changed files with 10 additions and 4 deletions

View file

@ -19,6 +19,9 @@ with builtins;
nixpkgs = {
config = {
allowUnfree = true;
permittedInsecurePackages = [
"nodejs-16.20.0"
];
};
};