mirror of
https://github.com/ocaml-tracing/ocaml-opentelemetry.git
synced 2026-03-08 03:47:59 -04:00
nix
This commit is contained in:
parent
6da4aa4ec1
commit
ef5b5f5306
1 changed files with 7 additions and 0 deletions
|
|
@ -23,6 +23,13 @@
|
|||
overlay = final: prev:
|
||||
{
|
||||
# You can add overrides here
|
||||
pbrt = prev.pbrt.overrideAttrs (oldAttrs: {
|
||||
src = pkgs.fetchgit {
|
||||
url = "https://github.com/mransan/ocaml-protoc.git";
|
||||
rev = "ad297983ff7f253f309ed77f38c2a93d0d01bfdf";
|
||||
sha256 = "sha256-FY4WEBIOwiZGawB9wBbmUFynNkOvdumc2oUV2Aj3mOk=";
|
||||
};
|
||||
});
|
||||
};
|
||||
scope' = scope.overrideScope overlay;
|
||||
# Packages from devPackagesQuery
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue