Skip to content

Commit

Permalink
Update local development dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisroberts committed Jan 4, 2024
1 parent dff90bb commit 78b8aa6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
14 changes: 7 additions & 7 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "HashiCorp Vagrant project";

inputs = {
nixpkgs.url = "github:nixos/nixpkgs/release-23.05";
nixpkgs.url = "github:nixos/nixpkgs/release-23.11";
flake-utils.url = "github:numtide/flake-utils";
};

Expand Down
5 changes: 3 additions & 2 deletions nix/vagrant.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib, stdenv, autoconf, autogen, automake, go, go-bindata, go-changelog
, go-mockery, go-protobuf, go-protobuf-json, gotools, grpc-tools, grpcurl
, libarchive, libpng, libtool, mkShell, nasm, nodejs_20, pkg-config, protobuf
, protoc-gen-doc, protoc-gen-go-grpc, ruby, sqlite, zlib }:
, protoc-gen-doc, protoc-gen-go-grpc, ruby_3_2, openssl_3_1, sqlite, zlib }:

mkShell rec {
name = "vagrant";
Expand All @@ -12,7 +12,8 @@ mkShell rec {
grpcurl
nodejs_20
protoc-gen-doc
ruby
ruby_3_2
openssl_3_1

protobuf
protoc-gen-go-grpc
Expand Down

0 comments on commit 78b8aa6

Please sign in to comment.