diff --git a/flake.nix b/flake.nix index 81779a8b..c96529c7 100644 --- a/flake.nix +++ b/flake.nix @@ -133,6 +133,10 @@ ]; }; + nixpkgs.config.permittedInsecurePackages = [ + "python3.10-django-3.1.14" + ]; + # Set several paths for the traditional channels. nix.nixPath = [ "nixpkgs=${nixpkgs}"