An open API service indexing awesome lists of open source software.

https://github.com/soratenshi/ctf-nix-shell

Toy nix shell for ctfs
https://github.com/soratenshi/ctf-nix-shell

capture-the-flag ctf ctf-tools flake nix nixos

Last synced: 6 months ago
JSON representation

Toy nix shell for ctfs

Awesome Lists containing this project

README

          

# ctf-nix-shell
Toy nix shell for ctfs

## How to use
Since i included the burpsuite in this nix-shell, you either have to execute `nix develop --impure` if you're using flakes.
If you're not using flakes, you either can add the environment variable: `NIXPKGS_ALLOW_UNFREE=1` or add `{ allowUnfree = true; }` to your `~/.config/nixpkgs/config.nix`.