feat(wpcarro/scratch): Upload my solutions to picoCTF challenges
Just getting my feet wet... Change-Id: Ia1db0c69fe7d5ea5cb5585853d0688ef97f2680a Reviewed-on: https://cl.tvl.fyi/c/depot/+/4739 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
This commit is contained in:
parent
d3c20a44d3
commit
5c0ec720af
9 changed files with 107 additions and 0 deletions
7
users/wpcarro/scratch/picoctf/challenge_166/shell.nix
Normal file
7
users/wpcarro/scratch/picoctf/challenge_166/shell.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
python =pkgs.python3.withPackages (pypkgs: with pypkgs; [
|
||||
cryptography
|
||||
]);
|
||||
in python.env
|
||||
Loading…
Add table
Add a link
Reference in a new issue