From 283f834f240104447b1599c7fd9b712d446d039a Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 19 Feb 2023 04:47:13 +0100 Subject: added some more information to the flake.nix --- flake.nix | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index 18b4180..bd7a3f0 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ { - description = "Nix pwn env"; - nixConfig.bash-prompt = "\[pwn\]; "; + description = "Nix HackTM CTF 'know your lambda calculus' challenge dev setup (nix develop for shell, python3 solve.py)"; + nixConfig.bash-prompt = "\[HackTM CTF lambda\]; "; inputs = { nixpkgs.url = "github:NixOS/nixpkgs"; @@ -33,14 +33,10 @@ in pkgs.mkShell { packages = [ # The Nix packages provided in the environment - # Python plus helper tools (python.withPackages (ps: with ps; [ - virtualenv # Virtualenv - pip # The pip installer - pwntools # The pip installer + pwntools ])) - ]; }; }); -- cgit 1.4.1