forked from gravitational/teleport
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move most devbox packages to "latest" (gravitational#30295)
* Fix init_hook for Fish users * Move development tools to "latest" * Use Buf and OpenSSL formulas * Use rust and yarn formulas * Bump Go version * Update lock files
- Loading branch information
1 parent
a88ceed
commit 55eb8bd
Showing
4 changed files
with
117 additions
and
192 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,41 @@ | ||
{ | ||
"packages": [ | ||
"[email protected]", | ||
"[email protected]", | ||
"github:nixos/nixpkgs/2920b6fc16a9ed5d51429e94238b28306ceda79e#buf", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"addlicense@latest", | ||
"bash@latest", | ||
"bats@latest", | ||
"buf@latest", | ||
"gci@latest", | ||
"git@latest", | ||
"golangci-lint@latest", | ||
"gotestsum@latest", | ||
"libiconvReal@latest", | ||
"openssl@latest", | ||
"patchelf@latest", | ||
"python@latest", | ||
"shellcheck@latest", | ||
"yamllint@latest", | ||
"zlib@latest", | ||
|
||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"github:nixos/nixpkgs/b39bfdc033e1d79f2b58e1630530e5d54b19e698#openssl", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
"[email protected]", | ||
|
||
"path:build.assets/flake#conditional", | ||
"path:build.assets/flake#grpc-tools", | ||
"path:build.assets/flake#helm", | ||
"path:build.assets/flake#libpcsclite", | ||
"path:build.assets/flake#node-protoc-ts", | ||
"path:build.assets/flake#protoc-gen-gogo", | ||
"path:build.assets/flake#rust", | ||
"path:build.assets/flake#yarn", | ||
"bash@latest", | ||
"git@latest" | ||
"path:build.assets/flake#protoc-gen-gogo" | ||
], | ||
"shell": { | ||
"init_hook": [ | ||
"export TELEPORT_DEVBOX=1", | ||
"export PATH=\"$HOME/.cargo/bin:$PATH\"", | ||
"unset GOROOT" | ||
"type unset 2>/dev/null && unset GOROOT" | ||
] | ||
}, | ||
"nixpkgs": { | ||
|
Oops, something went wrong.