Skip to content

Commit

Permalink
docs(readme): add nix instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
0x61nas committed May 29, 2024
1 parent bfcd4c8 commit 3f3ea58
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,14 @@ apk add flawz
brew install flawz
```

### Nix

**flawz** is available for Nix via [nixpkgs/master](https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/fl/flawz/package.nix). To use it, simply run:

```sh
nix run github:NixOS/nixpkgs/master#flawz
```

### NetBSD

**flawz** is available from the [official repositories](https://pkgsrc.se/security/flawz). To install it, simply run:
Expand Down

0 comments on commit 3f3ea58

Please sign in to comment.