flake.nix: update list of permitted insecure packages

This commit is contained in:
Gabriel Arazas 2022-07-06 07:38:05 +08:00
parent c645948cff
commit 1c1aca1b6f

View File

@ -133,6 +133,10 @@
];
};
nixpkgs.config.permittedInsecurePackages = [
"python3.10-django-3.1.14"
];
# Set several paths for the traditional channels.
nix.nixPath = [
"nixpkgs=${nixpkgs}"