about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--flake.nix13
1 files changed, 5 insertions, 8 deletions
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 = {