mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-03-03 13:51:04 -05:00
6 lines
258 B
Nix
6 lines
258 B
Nix
final: prev: rec {
|
|
devShells.default = final.callPackage ./vagrant.nix { };
|
|
go-changelog = prev.callPackage ./go-changelog.nix { };
|
|
go-protobuf-json = prev.callPackage ./go-protobuf-json.nix { };
|
|
grpc-tools = prev.callPackage ./grpc-tools.nix { };
|
|
}
|