commit adf64a7fabf6fcea42ccd2d65a5f39e01ee0c425 Author: xfnw <xfnw@riseup.net> Date: Sat, 6 Mar 2021 02:44:06 +0000 add README Diffstat:
A | .gitignore | | | 2 | ++ |
A | README.md | | | 10 | ++++++++++ |
2 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore @@ -0,0 +1,2 @@ +*.iso + diff --git a/README.md b/README.md @@ -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 +``` +