Updated tool set

This commit is contained in:
Craige McWhirter 2020-05-06 01:14:52 +10:00
parent d8ff7fe443
commit ed9f5edaf4
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -21,19 +21,21 @@
# Set the system-wide environment # Set the system-wide environment
environment = { environment = {
systemPackages = with pkgs; [ systemPackages = with pkgs; [
awscli # Unified tool to manage your AWS services awscli # Unified tool to manage your AWS services
#crystal # A compiled language with Ruby like syntax and type inference buildkite-agent # Buildkite for IOHK
docker # Pack, ship and run any application as a lightweight container #crystal # A compiled language with Ruby like syntax and type inference
docker-compose # Multi-container orchestration for Docker docker # Pack, ship and run any application as a lightweight container
freerdp # A Remote Desktop Protocol Client, xfreerdp docker-compose # Multi-container orchestration for Docker
gnupg # GNU Privacy Guard, a GPL OpenPGP implementation freerdp # A Remote Desktop Protocol Client, xfreerdp
go-jira # Simple command line client for Atlassian's Jira service written in Go gist # Upload code to https://gist.github.com (or github enterprise)
#icr # Interactive console for the Crystal programming languag gnupg # GNU Privacy Guard, a GPL OpenPGP implementation
jq # A lightweight and flexible command-line JSON processor go-jira # Simple command line client for Atlassian's Jira service written in Go
keybase-gui # The Keybase official client #icr # Interactive console for the Crystal programming languag
scry # Code analysis server for the Crystal programming language jq # A lightweight and flexible command-line JSON processor
shards # Dependency manager for the Crystal language keybase-gui # The Keybase official client
slack-dark # Slack desktop client scry # Code analysis server for the Crystal programming language
shards # Dependency manager for the Crystal language
slack-dark # Slack desktop client
]; ];
variables = { variables = {
NIX_SKIP_KEYBASE_CHECKS = "1"; # As per IOHK Keybase reqs NIX_SKIP_KEYBASE_CHECKS = "1"; # As per IOHK Keybase reqs