From bca790cd152e24afe8f864748029dfd276baa19e Mon Sep 17 00:00:00 2001 From: Kristian Krsnik Date: Thu, 24 Aug 2023 19:02:49 +0200 Subject: [PATCH] formatting --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 99f0e0d..2d861bb 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; [requests]; } "${builtins.readFile ./exercises/${exercise}/main.py}" );