add README

This commit is contained in:
xfnw 2021-03-06 02:44:06 +00:00
commit adf64a7fab
2 changed files with 12 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*.iso

10
README.md Normal file
View File

@ -0,0 +1,10 @@
# blix
blix is a nixos-based live environment with some
penetration testing tools
## building
```sh
nix-build '<nixpkgs/nixos>' -A config.system.build.isoImage -I nixos-config=blix.nix
```