From 3eb81a5127e82a73f9d344cdbbcf42cff02aa6e0 Mon Sep 17 00:00:00 2001 From: Kristian Krsnik Date: Fri, 25 Aug 2023 00:24:12 +0200 Subject: [PATCH] 166 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2d861bb..2bc58f6 100644 --- a/flake.nix +++ b/flake.nix @@ -20,7 +20,7 @@ packages.${system} = forAllExercises ( exercise: pkgs.writers.writePython3Bin "picoCTF_${exercise}" { - #libraries = with pkgs.python3.pkgs; [requests]; + libraries = with pkgs.python3.pkgs; [cryptography]; } "${builtins.readFile ./exercises/${exercise}/main.py}" );