nix: added xxd
This commit is contained in:
parent
9cd60f8d54
commit
458de861b1
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue