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}" );