From 458de861b12792b56e561c1a49faf59325bbbc52 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Wed, 21 Jul 2021 10:12:32 +1000 Subject: [PATCH] nix: added xxd --- profiles/iohk.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/profiles/iohk.nix b/profiles/iohk.nix index e59cea6..93cfdbd 100644 --- a/profiles/iohk.nix +++ b/profiles/iohk.nix @@ -39,13 +39,14 @@ gist # Upload code to https://gist.github.com (or github enterprise) gnupg # GNU Privacy Guard, a GPL OpenPGP implementation 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 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 shellcheck # Shell script analysis tool slack-dark # Slack desktop client - magic-wormhole # Securely transfer data between computers + xxd # make a hexdump or do the reverse ]; variables = { NIX_SKIP_KEYBASE_CHECKS = "1"; # As per IOHK Keybase reqs