tvl-depot/users/wpcarro/scratch/picoctf/challenge_166/shell.nix

9 lines
118 B
Nix
Raw Normal View History

{ pkgs, ... }:
let
python = pkgs.python3.withPackages (pypkgs: with pypkgs; [
cryptography
]);
in
python.env