diff options
author | Emile <git@emile.space> | 2025-03-01 13:35:21 +0100 |
---|---|---|
committer | Emile <git@emile.space> | 2025-03-01 13:35:21 +0100 |
commit | 76de4c16b4146026a0a0ff1e345e819292de53d0 (patch) | |
tree | 48256f9366c9f2a2d65b5a3345886ff09cc2f3a5 /flake.nix | |
parent | c86bb014477cbbf0336f644359c21b83c3ff1ddb (diff) |
(flake): updated the ctf template description
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 13 |
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 = { |