Refactor
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
parent
b1dc73950c
commit
ef6faa57ea
1 changed files with 3 additions and 3 deletions
|
@ -25,9 +25,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
devShells.${system} = {
|
devShells.${system} = with pkgs; {
|
||||||
go-api = mkShell {
|
go-api = mkShell {
|
||||||
packages = with pkgs; [
|
packages = [
|
||||||
curlMinimal
|
curlMinimal
|
||||||
go
|
go
|
||||||
jq
|
jq
|
||||||
|
@ -37,7 +37,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
openapi = mkShell {
|
openapi = mkShell {
|
||||||
packages = with pkgs; [
|
packages = [
|
||||||
openapi-generator-cli
|
openapi-generator-cli
|
||||||
openapi-tui
|
openapi-tui
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue