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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
118 B
Nix
Raw Normal View History

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