nix: added xxd

This commit is contained in:
Serĉanto de Scio 2021-07-21 10:12:32 +10:00
parent 9cd60f8d54
commit 458de861b1
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -39,13 +39,14 @@
gist # Upload code to https://gist.github.com (or github enterprise) gist # Upload code to https://gist.github.com (or github enterprise)
gnupg # GNU Privacy Guard, a GPL OpenPGP implementation gnupg # GNU Privacy Guard, a GPL OpenPGP implementation
go-jira # Simple command line client for Atlassian's Jira service written in Go go-jira # Simple command line client for Atlassian's Jira service written in Go
python38Packages.grip # Preview GitHub Markdown files like locally
jq # A lightweight and flexible command-line JSON processor jq # A lightweight and flexible command-line JSON processor
keybase-gui # The Keybase official client keybase-gui # The Keybase official client
magic-wormhole # Securely transfer data between computers
python38Packages.grip # Preview GitHub Markdown files like locally
s3fs # Mount an S3 bucket as filesystem through FUSE s3fs # Mount an S3 bucket as filesystem through FUSE
shellcheck # Shell script analysis tool shellcheck # Shell script analysis tool
slack-dark # Slack desktop client slack-dark # Slack desktop client
magic-wormhole # Securely transfer data between computers xxd # make a hexdump or do the reverse
]; ];
variables = { variables = {
NIX_SKIP_KEYBASE_CHECKS = "1"; # As per IOHK Keybase reqs NIX_SKIP_KEYBASE_CHECKS = "1"; # As per IOHK Keybase reqs