From 1c1aca1b6f75d6714bc51485c440fd774114b6ff Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Wed, 6 Jul 2022 07:38:05 +0800 Subject: [PATCH] flake.nix: update list of permitted insecure packages --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) 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}"