formatting

This commit is contained in:
Kristian Krsnik 2023-08-24 19:02:49 +02:00
parent 46ce08588a
commit bca790cd15
1 changed files with 1 additions and 1 deletions

View File

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