Updated tool set
This commit is contained in:
parent
d8ff7fe443
commit
ed9f5edaf4
|
@ -21,19 +21,21 @@
|
|||
# Set the system-wide environment
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
awscli # Unified tool to manage your AWS services
|
||||
#crystal # A compiled language with Ruby like syntax and type inference
|
||||
docker # Pack, ship and run any application as a lightweight container
|
||||
docker-compose # Multi-container orchestration for Docker
|
||||
freerdp # A Remote Desktop Protocol Client, xfreerdp
|
||||
gnupg # GNU Privacy Guard, a GPL OpenPGP implementation
|
||||
go-jira # Simple command line client for Atlassian's Jira service written in Go
|
||||
#icr # Interactive console for the Crystal programming languag
|
||||
jq # A lightweight and flexible command-line JSON processor
|
||||
keybase-gui # The Keybase official client
|
||||
scry # Code analysis server for the Crystal programming language
|
||||
shards # Dependency manager for the Crystal language
|
||||
slack-dark # Slack desktop client
|
||||
awscli # Unified tool to manage your AWS services
|
||||
buildkite-agent # Buildkite for IOHK
|
||||
#crystal # A compiled language with Ruby like syntax and type inference
|
||||
docker # Pack, ship and run any application as a lightweight container
|
||||
docker-compose # Multi-container orchestration for Docker
|
||||
freerdp # A Remote Desktop Protocol Client, xfreerdp
|
||||
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
|
||||
#icr # Interactive console for the Crystal programming languag
|
||||
jq # A lightweight and flexible command-line JSON processor
|
||||
keybase-gui # The Keybase official client
|
||||
scry # Code analysis server for the Crystal programming language
|
||||
shards # Dependency manager for the Crystal language
|
||||
slack-dark # Slack desktop client
|
||||
];
|
||||
variables = {
|
||||
NIX_SKIP_KEYBASE_CHECKS = "1"; # As per IOHK Keybase reqs
|
||||
|
|
Loading…
Reference in a new issue