-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(go): add go-swagger devShell (#20)
* update go flake for current efishery workflow - pin and add specific go-swagger fork - expose GOPATH * separate shell for go swagger use * remove duplicate package * use go packages binary on exporting env
- Loading branch information
1 parent
3121922
commit 4742cb2
Showing
3 changed files
with
78 additions
and
8 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -48,12 +48,12 @@ In this section is require nix installed in your system, here steps to install: | |
> available templates or development environments. | ||
|
||
| NAME | Lang/Framework/Tools | | ||
| ------------- | ------------- | | ||
| [node](./node) | `nodejs@v18`, `[email protected]`, `pnpm@7` | | ||
| [node14](./node14) | `nodejs@v14`, `[email protected]`, `pnpm@5` | | ||
| [go](./go) | `go@v1.19`, `gotools`, `golangci-lint` | | ||
| [react-native](./react-native) | [See Details](./react-native/flake.nix#L192-L212) | | ||
| NAME | Lang/Framework/Tools | | ||
| ------------- | ------------- | | ||
| [node](./node) | `nodejs@v18`, `[email protected]`, `pnpm@7` | | ||
| [node14](./node14) | `nodejs@v14`, `[email protected]`, `pnpm@5` | | ||
| [go](./go) | `go@v1.21`, `gotools`, `golangci-lint`, `go-swagger-0.3` | | ||
| [react-native](./react-native) | [See Details](./react-native/flake.nix#L192-L212) | | ||
|
||
* using as development environment: `nix develop "github:efishery/dvt?dir=<NAME>"` | ||
|
||
|
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