166
This commit is contained in:
parent
6d3720b0f9
commit
3eb81a5127
@ -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}"
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user