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
- Host: GitHub
- URL: https://github.com/soratenshi/ctf-nix-shell
- Owner: SoraTenshi
- License: mit
- Created: 2022-08-18T17:28:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T14:35:27.000Z (11 months ago)
- Last Synced: 2025-04-10T23:28:26.342Z (6 months ago)
- Topics: capture-the-flag, ctf, ctf-tools, flake, nix, nixos
- Language: Nix
- Homepage:
- Size: 49.8 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.