From 76de4c16b4146026a0a0ff1e345e819292de53d0 Mon Sep 17 00:00:00 2001 From: Emile Date: Sat, 1 Mar 2025 13:35:21 +0100 Subject: (flake): updated the ctf template description --- flake.nix | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 030fbe2..d4afe6e 100644 --- a/flake.nix +++ b/flake.nix @@ -276,14 +276,11 @@ description = "A basic ctf env with pwn, rev, ... tools"; path = ./nix/templates/ctf; welcomeText = '' - # A basic CTF env - ## Intended usage - The intended usage of this flake is... - - ## More info - - [Rust language](https://www.rust-lang.org/) - - [Rust on the NixOS Wiki](https://nixos.wiki/wiki/Rust) - - ... + # CTF flake template + + Run `nix develop` to get a shell with pwntools, pwndbg, pycryptodome, ... + + Add packages in the flake as you like. ''; }; goapp = { -- cgit 1.4.1